COLOR #816C9C

HEX: #816C9C
RGB: (129,108,156)

Color info

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

RGB color model

#816C9C color RGB value is (129,108,156).

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

RGB channels and saturation

R 129 of 255 = 51%
G 108 of 255 = 42%
B 156 of 255 = 61%

129
108
156

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

Portions of RGB colors in percentages

R + G + B =
129 + 108 + 156 = 393 (100%)
R 129 of 393 ~ 32.82%
G 108 of 393 ~ 27.48%
B 156 of 393 ~ 39.69%

%32.82
%27.48
%39.69

CMYK color model

#816C9C color CMYK value is (17,31,0,39).

  • cyan value is 17.31%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,31,0,39)
C17M31Y0K39 
(17%,31%,0%,39%)
(0.17/0.31/0.00/0.39)	

CMYK percentages

%17.31
%30.77
%0
%38.82

Codes

Color #816C9C in popluar color models

816C9C
RGB129108156
HSL266°19.51%51.76%
HSB/HSV266°30.77%61.18%
CMYK17.31%30.77%0.00%
38.82%

Color #816C9C in popluar number systems.

HEX816C9C
Decimal129108156
Binary10000001110110010011100
Octal201154234

Shades and tints

Shades of #816C9C

#816C9C
(129,108,156)
#76638E
(118,99,142)
#6B5A80
(107,90,128)
#605172
(96,81,114)
#554864
(85,72,100)
#4A3F56
(74,63,86)
#3F3648
(63,54,72)
#342D3A
(52,45,58)
#29242C
(41,36,44)
#1E1B1E
(30,27,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #816C9C

#816C9C
(129,108,156)
#8C79A5
(140,121,165)
#9786AE
(151,134,174)
#A293B7
(162,147,183)
#ADA0C0
(173,160,192)
#B8ADC9
(184,173,201)
#C3BAD2
(195,186,210)
#CEC7DB
(206,199,219)
#D9D4E4
(217,212,228)
#E4E1ED
(228,225,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816C9C color. Also use rgb(129,108,156) instead hex code.

Text Font Color

.myTextColor { color: #816C9C; }

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

This text font color is #816C9C.


Background Color

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

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

This div background color is #816C9C.


Border color

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

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

This div border color is #816C9C.


Opacity

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

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

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

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

This text has shadow with #816C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816C9C on black background.


Color preview on white background

This text has color #816C9C on white background.



Black color preview on #816C9C background

This text has black color on #816C9C background.


White color preview on #816C9C background

This text has white color on #816C9C background.