COLOR #816893

HEX: #816893
RGB: (129,104,147)

Color info

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

RGB color model

#816893 color RGB value is (129,104,147).

  • red value is 129;
  • green value is 104;
  • blue value is 147.
RGB:
(129,104,147)
(51%,41%,58%)

RGB channels and saturation

R 129 of 255 = 51%
G 104 of 255 = 41%
B 147 of 255 = 58%

129
104
147

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

Portions of RGB colors in percentages

R + G + B =
129 + 104 + 147 = 380 (100%)
R 129 of 380 ~ 33.95%
G 104 of 380 ~ 27.37%
B 147 of 380 ~ 38.68%

%33.95
%27.37
%38.68

CMYK color model

#816893 color CMYK value is (12,29,0,42).

  • cyan value is 12.24%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(12,29,0,42)
C12M29Y0K42 
(12%,29%,0%,42%)
(0.12/0.29/0.00/0.42)	

CMYK percentages

%12.24
%29.25
%0
%42.35

Codes

Color #816893 in popluar color models

816893
RGB129104147
HSL275°17.13%49.22%
HSB/HSV275°29.25%57.65%
CMYK12.24%29.25%0.00%
42.35%

Color #816893 in popluar number systems.

HEX816893
Decimal129104147
Binary10000001110100010010011
Octal201150223

Shades and tints

Shades of #816893

#816893
(129,104,147)
#765F86
(118,95,134)
#6B5679
(107,86,121)
#604D6C
(96,77,108)
#55445F
(85,68,95)
#4A3B52
(74,59,82)
#3F3245
(63,50,69)
#342938
(52,41,56)
#29202B
(41,32,43)
#1E171E
(30,23,30)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #816893

#816893
(129,104,147)
#8C759C
(140,117,156)
#9782A5
(151,130,165)
#A28FAE
(162,143,174)
#AD9CB7
(173,156,183)
#B8A9C0
(184,169,192)
#C3B6C9
(195,182,201)
#CEC3D2
(206,195,210)
#D9D0DB
(217,208,219)
#E4DDE4
(228,221,228)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816893; }

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

This text font color is #816893.


Background Color

.myBgColor { background-color: #816893; }

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

This div background color is #816893.


Border color

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

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

This div border color is #816893.


Opacity

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

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

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

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

This text has shadow with #816893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816893 on black background.


Color preview on white background

This text has color #816893 on white background.



Black color preview on #816893 background

This text has black color on #816893 background.


White color preview on #816893 background

This text has white color on #816893 background.