COLOR #816096

HEX: #816096
RGB: (129,96,150)

Color info

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

RGB color model

#816096 color RGB value is (129,96,150).

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

RGB channels and saturation

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

129
96
150

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

Portions of RGB colors in percentages

R + G + B =
129 + 96 + 150 = 375 (100%)
R 129 of 375 ~ 34.4%
G 96 of 375 ~ 25.6%
B 150 of 375 ~ 40%

%34.4
%25.6
%40

CMYK color model

#816096 color CMYK value is (14,36,0,41).

  • cyan value is 14.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(14,36,0,41)
C14M36Y0K41 
(14%,36%,0%,41%)
(0.14/0.36/0.00/0.41)	

CMYK percentages

%14
%36
%0
%41.18

Codes

Color #816096 in popluar color models

816096
RGB12996150
HSL277°21.95%48.24%
HSB/HSV277°36.00%58.82%
CMYK14.00%36.00%0.00%
41.18%

Color #816096 in popluar number systems.

HEX816096
Decimal12996150
Binary10000001110000010010110
Octal201140226

Shades and tints

Shades of #816096

#816096
(129,96,150)
#765889
(118,88,137)
#6B507C
(107,80,124)
#60486F
(96,72,111)
#554062
(85,64,98)
#4A3855
(74,56,85)
#3F3048
(63,48,72)
#34283B
(52,40,59)
#29202E
(41,32,46)
#1E1821
(30,24,33)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #816096

#816096
(129,96,150)
#8C6E9F
(140,110,159)
#977CA8
(151,124,168)
#A28AB1
(162,138,177)
#AD98BA
(173,152,186)
#B8A6C3
(184,166,195)
#C3B4CC
(195,180,204)
#CEC2D5
(206,194,213)
#D9D0DE
(217,208,222)
#E4DEE7
(228,222,231)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816096; }

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

This text font color is #816096.


Background Color

.myBgColor { background-color: #816096; }

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

This div background color is #816096.


Border color

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

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

This div border color is #816096.


Opacity

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

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

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

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

This text has shadow with #816096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816096 on black background.


Color preview on white background

This text has color #816096 on white background.



Black color preview on #816096 background

This text has black color on #816096 background.


White color preview on #816096 background

This text has white color on #816096 background.