COLOR #9B819D

HEX: #9B819D
RGB: (155,129,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
129
157

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

Portions of RGB colors in percentages

R + G + B =
155 + 129 + 157 = 441 (100%)
R 155 of 441 ~ 35.15%
G 129 of 441 ~ 29.25%
B 157 of 441 ~ 35.6%

%35.15
%29.25
%35.6

CMYK color model

#9B819D color CMYK value is (1,18,0,38).

  • cyan value is 1.27%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(1,18,0,38)
C1M18Y0K38 
(1%,18%,0%,38%)
(0.01/0.18/0.00/0.38)	

CMYK percentages

%1.27
%17.83
%0
%38.43

Codes

Color #9B819D in popluar color models

9B819D
RGB155129157
HSL296°12.50%56.08%
HSB/HSV296°17.83%61.57%
CMYK1.27%17.83%0.00%
38.43%

Color #9B819D in popluar number systems.

HEX9B819D
Decimal155129157
Binary100110111000000110011101
Octal233201235

Shades and tints

Shades of #9B819D

#9B819D
(155,129,157)
#8D768F
(141,118,143)
#7F6B81
(127,107,129)
#716073
(113,96,115)
#635565
(99,85,101)
#554A57
(85,74,87)
#473F49
(71,63,73)
#39343B
(57,52,59)
#2B292D
(43,41,45)
#1D1E1F
(29,30,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #9B819D

#9B819D
(155,129,157)
#A48CA5
(164,140,165)
#AD97AD
(173,151,173)
#B6A2B5
(182,162,181)
#BFADBD
(191,173,189)
#C8B8C5
(200,184,197)
#D1C3CD
(209,195,205)
#DACED5
(218,206,213)
#E3D9DD
(227,217,221)
#ECE4E5
(236,228,229)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B819D; }

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

This text font color is #9B819D.


Background Color

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

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

This div background color is #9B819D.


Border color

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

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

This div border color is #9B819D.


Opacity

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

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

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

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

This text has shadow with #9B819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B819D on black background.


Color preview on white background

This text has color #9B819D on white background.



Black color preview on #9B819D background

This text has black color on #9B819D background.


White color preview on #9B819D background

This text has white color on #9B819D background.