COLOR #816CD1

HEX: #816CD1
RGB: (129,108,209)

Color info

#816CD1 contains mainly blue color. Web safe color of #816CD1 is #9966CC (or #96C).

RGB color model

#816CD1 color RGB value is (129,108,209).

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

RGB channels and saturation

R 129 of 255 = 51%
G 108 of 255 = 42%
B 209 of 255 = 82%

129
108
209

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

Portions of RGB colors in percentages

R + G + B =
129 + 108 + 209 = 446 (100%)
R 129 of 446 ~ 28.92%
G 108 of 446 ~ 24.22%
B 209 of 446 ~ 46.86%

%28.92
%24.22
%46.86

CMYK color model

#816CD1 color CMYK value is (38,48,0,18).

  • cyan value is 38.28%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(38,48,0,18)
C38M48Y0K18 
(38%,48%,0%,18%)
(0.38/0.48/0.00/0.18)	

CMYK percentages

%38.28
%48.33
%0
%18.04

Codes

Color #816CD1 in popluar color models

816CD1
RGB129108209
HSL252°52.33%62.16%
HSB/HSV252°48.33%81.96%
CMYK38.28%48.33%0.00%
18.04%

Color #816CD1 in popluar number systems.

HEX816CD1
Decimal129108209
Binary10000001110110011010001
Octal201154321

Shades and tints

Shades of #816CD1

#816CD1
(129,108,209)
#7663BE
(118,99,190)
#6B5AAB
(107,90,171)
#605198
(96,81,152)
#554885
(85,72,133)
#4A3F72
(74,63,114)
#3F365F
(63,54,95)
#342D4C
(52,45,76)
#292439
(41,36,57)
#1E1B26
(30,27,38)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #816CD1

#816CD1
(129,108,209)
#8C79D5
(140,121,213)
#9786D9
(151,134,217)
#A293DD
(162,147,221)
#ADA0E1
(173,160,225)
#B8ADE5
(184,173,229)
#C3BAE9
(195,186,233)
#CEC7ED
(206,199,237)
#D9D4F1
(217,212,241)
#E4E1F5
(228,225,245)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816CD1; }

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

This text font color is #816CD1.


Background Color

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

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

This div background color is #816CD1.


Border color

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

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

This div border color is #816CD1.


Opacity

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

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

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

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

This text has shadow with #816CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816CD1 on black background.


Color preview on white background

This text has color #816CD1 on white background.



Black color preview on #816CD1 background

This text has black color on #816CD1 background.


White color preview on #816CD1 background

This text has white color on #816CD1 background.