COLOR #816189

HEX: #816189
RGB: (129,97,137)

Color info

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

RGB color model

#816189 color RGB value is (129,97,137).

  • red value is 129;
  • green value is 97;
  • blue value is 137.
RGB:
(129,97,137)
(51%,38%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 97 of 255 = 38%
B 137 of 255 = 54%

129
97
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 97 + 137 = 363 (100%)
R 129 of 363 ~ 35.54%
G 97 of 363 ~ 26.72%
B 137 of 363 ~ 37.74%

%35.54
%26.72
%37.74

CMYK color model

#816189 color CMYK value is (6,29,0,46).

  • cyan value is 5.84%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,29,0,46)
C6M29Y0K46 
(6%,29%,0%,46%)
(0.06/0.29/0.00/0.46)	

CMYK percentages

%5.84
%29.2
%0
%46.27

Codes

Color #816189 in popluar color models

816189
RGB12997137
HSL288°17.09%45.88%
HSB/HSV288°29.20%53.73%
CMYK5.84%29.20%0.00%
46.27%

Color #816189 in popluar number systems.

HEX816189
Decimal12997137
Binary10000001110000110001001
Octal201141211

Shades and tints

Shades of #816189

#816189
(129,97,137)
#76597D
(118,89,125)
#6B5171
(107,81,113)
#604965
(96,73,101)
#554159
(85,65,89)
#4A394D
(74,57,77)
#3F3141
(63,49,65)
#342935
(52,41,53)
#292129
(41,33,41)
#1E191D
(30,25,29)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #816189

#816189
(129,97,137)
#8C6F93
(140,111,147)
#977D9D
(151,125,157)
#A28BA7
(162,139,167)
#AD99B1
(173,153,177)
#B8A7BB
(184,167,187)
#C3B5C5
(195,181,197)
#CEC3CF
(206,195,207)
#D9D1D9
(217,209,217)
#E4DFE3
(228,223,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816189; }

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

This text font color is #816189.


Background Color

.myBgColor { background-color: #816189; }

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

This div background color is #816189.


Border color

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

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

This div border color is #816189.


Opacity

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

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

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

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

This text has shadow with #816189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816189 on black background.


Color preview on white background

This text has color #816189 on white background.



Black color preview on #816189 background

This text has black color on #816189 background.


White color preview on #816189 background

This text has white color on #816189 background.