COLOR #816196

HEX: #816196
RGB: (129,97,150)

Color info

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

RGB color model

#816196 color RGB value is (129,97,150).

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

RGB channels and saturation

R 129 of 255 = 51%
G 97 of 255 = 38%
B 150 of 255 = 59%

129
97
150

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

Portions of RGB colors in percentages

R + G + B =
129 + 97 + 150 = 376 (100%)
R 129 of 376 ~ 34.31%
G 97 of 376 ~ 25.8%
B 150 of 376 ~ 39.89%

%34.31
%25.8
%39.89

CMYK color model

#816196 color CMYK value is (14,35,0,41).

  • cyan value is 14.00%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(14,35,0,41)
C14M35Y0K41 
(14%,35%,0%,41%)
(0.14/0.35/0.00/0.41)	

CMYK percentages

%14
%35.33
%0
%41.18

Codes

Color #816196 in popluar color models

816196
RGB12997150
HSL276°21.46%48.43%
HSB/HSV276°35.33%58.82%
CMYK14.00%35.33%0.00%
41.18%

Color #816196 in popluar number systems.

HEX816196
Decimal12997150
Binary10000001110000110010110
Octal201141226

Shades and tints

Shades of #816196

#816196
(129,97,150)
#765989
(118,89,137)
#6B517C
(107,81,124)
#60496F
(96,73,111)
#554162
(85,65,98)
#4A3955
(74,57,85)
#3F3148
(63,49,72)
#34293B
(52,41,59)
#29212E
(41,33,46)
#1E1921
(30,25,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #816196

#816196
(129,97,150)
#8C6F9F
(140,111,159)
#977DA8
(151,125,168)
#A28BB1
(162,139,177)
#AD99BA
(173,153,186)
#B8A7C3
(184,167,195)
#C3B5CC
(195,181,204)
#CEC3D5
(206,195,213)
#D9D1DE
(217,209,222)
#E4DFE7
(228,223,231)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816196; }

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

This text font color is #816196.


Background Color

.myBgColor { background-color: #816196; }

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

This div background color is #816196.


Border color

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

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

This div border color is #816196.


Opacity

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

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

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

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

This text has shadow with #816196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816196 on black background.


Color preview on white background

This text has color #816196 on white background.



Black color preview on #816196 background

This text has black color on #816196 background.


White color preview on #816196 background

This text has white color on #816196 background.