COLOR #816781

HEX: #816781
RGB: (129,103,129)

Color info

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

RGB color model

#816781 color RGB value is (129,103,129).

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

RGB channels and saturation

R 129 of 255 = 51%
G 103 of 255 = 40%
B 129 of 255 = 51%

129
103
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 103 + 129 = 361 (100%)
R 129 of 361 ~ 35.73%
G 103 of 361 ~ 28.53%
B 129 of 361 ~ 35.73%

%35.73
%28.53
%35.73

CMYK color model

#816781 color CMYK value is (0,20,0,49).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(0,20,0,49)
C0M20Y0K49 
(0%,20%,0%,49%)
(0.00/0.20/0.00/0.49)	

CMYK percentages

%0
%20.16
%0
%49.41

Codes

Color #816781 in popluar color models

816781
RGB129103129
HSL300°11.21%45.49%
HSB/HSV300°20.16%50.59%
CMYK0.00%20.16%0.00%
49.41%

Color #816781 in popluar number systems.

HEX816781
Decimal129103129
Binary10000001110011110000001
Octal201147201

Shades and tints

Shades of #816781

#816781
(129,103,129)
#765E76
(118,94,118)
#6B556B
(107,85,107)
#604C60
(96,76,96)
#554355
(85,67,85)
#4A3A4A
(74,58,74)
#3F313F
(63,49,63)
#342834
(52,40,52)
#291F29
(41,31,41)
#1E161E
(30,22,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #816781

#816781
(129,103,129)
#8C748C
(140,116,140)
#978197
(151,129,151)
#A28EA2
(162,142,162)
#AD9BAD
(173,155,173)
#B8A8B8
(184,168,184)
#C3B5C3
(195,181,195)
#CEC2CE
(206,194,206)
#D9CFD9
(217,207,217)
#E4DCE4
(228,220,228)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816781; }

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

This text font color is #816781.


Background Color

.myBgColor { background-color: #816781; }

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

This div background color is #816781.


Border color

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

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

This div border color is #816781.


Opacity

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

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

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

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

This text has shadow with #816781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816781 on black background.


Color preview on white background

This text has color #816781 on white background.



Black color preview on #816781 background

This text has black color on #816781 background.


White color preview on #816781 background

This text has white color on #816781 background.