COLOR #816699

HEX: #816699
RGB: (129,102,153)

Color info

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

RGB color model

#816699 color RGB value is (129,102,153).

  • red value is 129;
  • green value is 102;
  • blue value is 153.
RGB:
(129,102,153)
(51%,40%,60%)

RGB channels and saturation

R 129 of 255 = 51%
G 102 of 255 = 40%
B 153 of 255 = 60%

129
102
153

R + G + B ~ 50%. #816699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 102 + 153 = 384 (100%)
R 129 of 384 ~ 33.59%
G 102 of 384 ~ 26.56%
B 153 of 384 ~ 39.84%

%33.59
%26.56
%39.84

CMYK color model

#816699 color CMYK value is (16,33,0,40).

  • cyan value is 15.69%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(16,33,0,40)
C16M33Y0K40 
(16%,33%,0%,40%)
(0.16/0.33/0.00/0.40)	

CMYK percentages

%15.69
%33.33
%0
%40

Codes

Color #816699 in popluar color models

816699
RGB129102153
HSL272°20.00%50.00%
HSB/HSV272°33.33%60.00%
CMYK15.69%33.33%0.00%
40.00%

Color #816699 in popluar number systems.

HEX816699
Decimal129102153
Binary10000001110011010011001
Octal201146231

Shades and tints

Shades of #816699

#816699
(129,102,153)
#765D8C
(118,93,140)
#6B547F
(107,84,127)
#604B72
(96,75,114)
#554265
(85,66,101)
#4A3958
(74,57,88)
#3F304B
(63,48,75)
#34273E
(52,39,62)
#291E31
(41,30,49)
#1E1524
(30,21,36)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #816699

#816699
(129,102,153)
#8C73A2
(140,115,162)
#9780AB
(151,128,171)
#A28DB4
(162,141,180)
#AD9ABD
(173,154,189)
#B8A7C6
(184,167,198)
#C3B4CF
(195,180,207)
#CEC1D8
(206,193,216)
#D9CEE1
(217,206,225)
#E4DBEA
(228,219,234)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816699 color. Also use rgb(129,102,153) instead hex code.

Text Font Color

.myTextColor { color: #816699; }

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

This text font color is #816699.


Background Color

.myBgColor { background-color: #816699; }

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

This div background color is #816699.


Border color

.myBorderColor { border: 1px solid #816699; }

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

This div border color is #816699.


Opacity

.myOpacity80 { color: #816699; opacity: 0.8; }

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

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

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

This text has shadow with #816699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816699 on black background.


Color preview on white background

This text has color #816699 on white background.



Black color preview on #816699 background

This text has black color on #816699 background.


White color preview on #816699 background

This text has white color on #816699 background.