COLOR #9B819B

HEX: #9B819B
RGB: (155,129,155)

Color info

#9B819B contains red, green and blue colors in about the same proportion. Web safe color of #9B819B is #999999 (or #999).

RGB color model

#9B819B color RGB value is (155,129,155).

  • red value is 155;
  • green value is 129;
  • blue value is 155.
RGB:
(155,129,155)
(61%,51%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 129 of 255 = 51%
B 155 of 255 = 61%

155
129
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 129 + 155 = 439 (100%)
R 155 of 439 ~ 35.31%
G 129 of 439 ~ 29.38%
B 155 of 439 ~ 35.31%

%35.31
%29.38
%35.31

CMYK color model

#9B819B color CMYK value is (0,17,0,39).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(0,17,0,39)
C0M17Y0K39 
(0%,17%,0%,39%)
(0.00/0.17/0.00/0.39)	

CMYK percentages

%0
%16.77
%0
%39.22

Codes

Color #9B819B in popluar color models

9B819B
RGB155129155
HSL300°11.50%55.69%
HSB/HSV300°16.77%60.78%
CMYK0.00%16.77%0.00%
39.22%

Color #9B819B in popluar number systems.

HEX9B819B
Decimal155129155
Binary100110111000000110011011
Octal233201233

Shades and tints

Shades of #9B819B

#9B819B
(155,129,155)
#8D768D
(141,118,141)
#7F6B7F
(127,107,127)
#716071
(113,96,113)
#635563
(99,85,99)
#554A55
(85,74,85)
#473F47
(71,63,71)
#393439
(57,52,57)
#2B292B
(43,41,43)
#1D1E1D
(29,30,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9B819B

#9B819B
(155,129,155)
#A48CA4
(164,140,164)
#AD97AD
(173,151,173)
#B6A2B6
(182,162,182)
#BFADBF
(191,173,191)
#C8B8C8
(200,184,200)
#D1C3D1
(209,195,209)
#DACEDA
(218,206,218)
#E3D9E3
(227,217,227)
#ECE4EC
(236,228,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B819B; }

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

This text font color is #9B819B.


Background Color

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

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

This div background color is #9B819B.


Border color

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

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

This div border color is #9B819B.


Opacity

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

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

Text with #9B819B 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 #9B819B;}

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

This text has shadow with #9B819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B819B on black background.


Color preview on white background

This text has color #9B819B on white background.



Black color preview on #9B819B background

This text has black color on #9B819B background.


White color preview on #9B819B background

This text has white color on #9B819B background.