COLOR #816B8D

HEX: #816B8D
RGB: (129,107,141)

Color info

#816B8D contains red, green and blue colors in about the same proportion. Web safe color of #816B8D is #996699 (or #969).

RGB color model

#816B8D color RGB value is (129,107,141).

  • red value is 129;
  • green value is 107;
  • blue value is 141.
RGB:
(129,107,141)
(51%,42%,55%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 141 of 255 = 55%

129
107
141

R + G + B ~ 49%. #816B8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 141 = 377 (100%)
R 129 of 377 ~ 34.22%
G 107 of 377 ~ 28.38%
B 141 of 377 ~ 37.4%

%34.22
%28.38
%37.4

CMYK color model

#816B8D color CMYK value is (9,24,0,45).

  • cyan value is 8.51%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(9,24,0,45)
C9M24Y0K45 
(9%,24%,0%,45%)
(0.09/0.24/0.00/0.45)	

CMYK percentages

%8.51
%24.11
%0
%44.71

Codes

Color #816B8D in popluar color models

816B8D
RGB129107141
HSL279°13.71%48.63%
HSB/HSV279°24.11%55.29%
CMYK8.51%24.11%0.00%
44.71%

Color #816B8D in popluar number systems.

HEX816B8D
Decimal129107141
Binary10000001110101110001101
Octal201153215

Shades and tints

Shades of #816B8D

#816B8D
(129,107,141)
#766281
(118,98,129)
#6B5975
(107,89,117)
#605069
(96,80,105)
#55475D
(85,71,93)
#4A3E51
(74,62,81)
#3F3545
(63,53,69)
#342C39
(52,44,57)
#29232D
(41,35,45)
#1E1A21
(30,26,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #816B8D

#816B8D
(129,107,141)
#8C7897
(140,120,151)
#9785A1
(151,133,161)
#A292AB
(162,146,171)
#AD9FB5
(173,159,181)
#B8ACBF
(184,172,191)
#C3B9C9
(195,185,201)
#CEC6D3
(206,198,211)
#D9D3DD
(217,211,221)
#E4E0E7
(228,224,231)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B8D color. Also use rgb(129,107,141) instead hex code.

Text Font Color

.myTextColor { color: #816B8D; }

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

This text font color is #816B8D.


Background Color

.myBgColor { background-color: #816B8D; }

<div style="background-color:#816B8D">Inner text</div>

This div background color is #816B8D.


Border color

.myBorderColor { border: 1px solid #816B8D; }

<div style="border:3px solid #816B8D">Div</div>

This div border color is #816B8D.


Opacity

.myOpacity80 { color: #816B8D; opacity: 0.8; }

<p style="color:#816B8D;opacity:0.8;">80%</p>

Text with #816B8D 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 #816B8D;}

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

This text has shadow with #816B8D color.

.textShadow {text-shadow: 3px 3px 1px #816B8D, 3px 3px 1px red;}

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

This text has shadow with #816B8D primary color and red secondary color.


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

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

This text has shadow with #816B8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816B8D on black background.


Color preview on white background

This text has color #816B8D on white background.



Black color preview on #816B8D background

This text has black color on #816B8D background.


White color preview on #816B8D background

This text has white color on #816B8D background.