COLOR #9B6590

HEX: #9B6590
RGB: (155,101,144)

Renk bilgisi

#9B6590 contains red, green and blue colors in about the same proportion. #9B6590 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9B6590 color RGB value is (155,101,144).

  • kırmız ton 155;
  • yeşil ton 101;
  • mavi ton 144.
RGB:
(155,101,144)
(61%,40%,56%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 101 of 255 = 40%
B 144 of 255 = 56%

155
101
144

R + G + B ~ 52%. #9B6590 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 101 + 144 = 400 (100%)
R 155 of 400 ~ 38.75%
G 101 of 400 ~ 25.25%
B 144 of 400 ~ 36%

%38.75
%25.25
%36

CMYK RENK MODELİ

#9B6590 rengi CMYK tonu (0,35,7,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.84%
  • sarı tonu 7.10%
  • ana renk tonu 39.22%
CMYK:
(0,35,7,39)
C0M35Y7K39 
(0%,35%,7%,39%)
(0.00/0.35/0.07/0.39)	

CMYK yüzdeleri

%0
%34.84
%7.1
%39.22

Codes

Color #9B6590 in popluar color models

9B6590
RGB155101144
HSL312°21.26%50.20%
HSB/HSV312°34.84%60.78%
CMYK0.00%34.84%7.10%
39.22%

Color #9B6590 in popluar number systems.

HEX9B6590
Decimal155101144
Binary10011011110010110010000
Octal233145220

Shades and tints

Shades of #9B6590

#9B6590
(155,101,144)
#8D5C83
(141,92,131)
#7F5376
(127,83,118)
#714A69
(113,74,105)
#63415C
(99,65,92)
#55384F
(85,56,79)
#472F42
(71,47,66)
#392635
(57,38,53)
#2B1D28
(43,29,40)
#1D141B
(29,20,27)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #9B6590

#9B6590
(155,101,144)
#A4739A
(164,115,154)
#AD81A4
(173,129,164)
#B68FAE
(182,143,174)
#BF9DB8
(191,157,184)
#C8ABC2
(200,171,194)
#D1B9CC
(209,185,204)
#DAC7D6
(218,199,214)
#E3D5E0
(227,213,224)
#ECE3EA
(236,227,234)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6590 color. Also use rgb(155,101,144) instead hex code.

Text Font Color

.myTextColor { color: #9B6590; }

<p style="color:#9B6590">This sample text font color is #9B6590.</p>

This text font color is #9B6590.


Background Color

.myBgColor { background-color: #9B6590; }

<div style="background-color:#9B6590">Inner text</div>

This div background color is #9B6590.


Border color

.myBorderColor { border: 1px solid #9B6590; }

<div style="border:3px solid #9B6590">Div</div>

This div border color is #9B6590.


Opacity

.myOpacity80 { color: #9B6590; opacity: 0.8; }

<p style="color:#9B6590;opacity:0.8;">80%</p>

Text with #9B6590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9B6590;}

<p style="text-shadow: 3px 3px 1px #9B6590">Text here.</p>

This text has shadow with #9B6590 color.

.textShadow {text-shadow: 3px 3px 1px #9B6590, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9B6590, 5px 5px 20px red">Text here.</p>

This text has shadow with #9B6590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9B6590, Direction=45, Strength=4)">Text</p>

This text has shadow with #9B6590 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9B6590;
  -webkit-box-shadow:	1px 1px 3px 2px #9B6590;
  box-shadow:		1px 1px 3px 2px #9B6590;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B6590;
-webkit-box-shadow: 1px 1px 3px 2px #9B6590;
box-shadow:1px 1px 3px 2px #9B6590;">
Div content here</div>
This div box has shadow with color #9B6590.

Preview

Color preview on black background

This text has color #9B6590 on black background.


Color preview on white background

This text has color #9B6590 on white background.



Black color preview on #9B6590 background

This text has black color on #9B6590 background.


White color preview on #9B6590 background

This text has white color on #9B6590 background.