COLOR #816DBC

HEX: #816DBC
RGB: (129,109,188)

Color info

#816DBC contains mainly red and blue colors. Web safe color of #816DBC is #9966CC (or #96C).

RGB color model

#816DBC color RGB value is (129,109,188).

  • red value is 129;
  • green value is 109;
  • blue value is 188.
RGB:
(129,109,188)
(51%,43%,74%)

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 188 of 255 = 74%

129
109
188

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

Portions of RGB colors in percentages

R + G + B =
129 + 109 + 188 = 426 (100%)
R 129 of 426 ~ 30.28%
G 109 of 426 ~ 25.59%
B 188 of 426 ~ 44.13%

%30.28
%25.59
%44.13

CMYK color model

#816DBC color CMYK value is (31,42,0,26).

  • cyan value is 31.38%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(31,42,0,26)
C31M42Y0K26 
(31%,42%,0%,26%)
(0.31/0.42/0.00/0.26)	

CMYK percentages

%31.38
%42.02
%0
%26.27

Codes

Color #816DBC in popluar color models

816DBC
RGB129109188
HSL255°37.09%58.24%
HSB/HSV255°42.02%73.73%
CMYK31.38%42.02%0.00%
26.27%

Color #816DBC in popluar number systems.

HEX816DBC
Decimal129109188
Binary10000001110110110111100
Octal201155274

Shades and tints

Shades of #816DBC

#816DBC
(129,109,188)
#7664AB
(118,100,171)
#6B5B9A
(107,91,154)
#605289
(96,82,137)
#554978
(85,73,120)
#4A4067
(74,64,103)
#3F3756
(63,55,86)
#342E45
(52,46,69)
#292534
(41,37,52)
#1E1C23
(30,28,35)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #816DBC

#816DBC
(129,109,188)
#8C7AC2
(140,122,194)
#9787C8
(151,135,200)
#A294CE
(162,148,206)
#ADA1D4
(173,161,212)
#B8AEDA
(184,174,218)
#C3BBE0
(195,187,224)
#CEC8E6
(206,200,230)
#D9D5EC
(217,213,236)
#E4E2F2
(228,226,242)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816DBC color. Also use rgb(129,109,188) instead hex code.

Text Font Color

.myTextColor { color: #816DBC; }

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

This text font color is #816DBC.


Background Color

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

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

This div background color is #816DBC.


Border color

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

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

This div border color is #816DBC.


Opacity

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

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

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

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

This text has shadow with #816DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816DBC on black background.


Color preview on white background

This text has color #816DBC on white background.



Black color preview on #816DBC background

This text has black color on #816DBC background.


White color preview on #816DBC background

This text has white color on #816DBC background.