COLOR #816595

HEX: #816595
RGB: (129,101,149)

Color info

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

RGB color model

#816595 color RGB value is (129,101,149).

  • red value is 129;
  • green value is 101;
  • blue value is 149.
RGB:
(129,101,149)
(51%,40%,58%)

RGB channels and saturation

R 129 of 255 = 51%
G 101 of 255 = 40%
B 149 of 255 = 58%

129
101
149

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

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 149 = 379 (100%)
R 129 of 379 ~ 34.04%
G 101 of 379 ~ 26.65%
B 149 of 379 ~ 39.31%

%34.04
%26.65
%39.31

CMYK color model

#816595 color CMYK value is (13,32,0,42).

  • cyan value is 13.42%
  • magenta value is 32.21%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(13,32,0,42)
C13M32Y0K42 
(13%,32%,0%,42%)
(0.13/0.32/0.00/0.42)	

CMYK percentages

%13.42
%32.21
%0
%41.57

Codes

Color #816595 in popluar color models

816595
RGB129101149
HSL275°19.20%49.02%
HSB/HSV275°32.21%58.43%
CMYK13.42%32.21%0.00%
41.57%

Color #816595 in popluar number systems.

HEX816595
Decimal129101149
Binary10000001110010110010101
Octal201145225

Shades and tints

Shades of #816595

#816595
(129,101,149)
#765C88
(118,92,136)
#6B537B
(107,83,123)
#604A6E
(96,74,110)
#554161
(85,65,97)
#4A3854
(74,56,84)
#3F2F47
(63,47,71)
#34263A
(52,38,58)
#291D2D
(41,29,45)
#1E1420
(30,20,32)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #816595

#816595
(129,101,149)
#8C739E
(140,115,158)
#9781A7
(151,129,167)
#A28FB0
(162,143,176)
#AD9DB9
(173,157,185)
#B8ABC2
(184,171,194)
#C3B9CB
(195,185,203)
#CEC7D4
(206,199,212)
#D9D5DD
(217,213,221)
#E4E3E6
(228,227,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816595 color. Also use rgb(129,101,149) instead hex code.

Text Font Color

.myTextColor { color: #816595; }

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

This text font color is #816595.


Background Color

.myBgColor { background-color: #816595; }

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

This div background color is #816595.


Border color

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

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

This div border color is #816595.


Opacity

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

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

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

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

This text has shadow with #816595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816595 on black background.


Color preview on white background

This text has color #816595 on white background.



Black color preview on #816595 background

This text has black color on #816595 background.


White color preview on #816595 background

This text has white color on #816595 background.