COLOR #816594

HEX: #816594
RGB: (129,101,148)

Color info

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

RGB color model

#816594 color RGB value is (129,101,148).

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

RGB channels and saturation

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

129
101
148

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

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 148 = 378 (100%)
R 129 of 378 ~ 34.13%
G 101 of 378 ~ 26.72%
B 148 of 378 ~ 39.15%

%34.13
%26.72
%39.15

CMYK color model

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

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

CMYK percentages

%12.84
%31.76
%0
%41.96

Codes

Color #816594 in popluar color models

816594
RGB129101148
HSL276°18.88%48.82%
HSB/HSV276°31.76%58.04%
CMYK12.84%31.76%0.00%
41.96%

Color #816594 in popluar number systems.

HEX816594
Decimal129101148
Binary10000001110010110010100
Octal201145224

Shades and tints

Shades of #816594

#816594
(129,101,148)
#765C87
(118,92,135)
#6B537A
(107,83,122)
#604A6D
(96,74,109)
#554160
(85,65,96)
#4A3853
(74,56,83)
#3F2F46
(63,47,70)
#342639
(52,38,57)
#291D2C
(41,29,44)
#1E141F
(30,20,31)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #816594

#816594
(129,101,148)
#8C739D
(140,115,157)
#9781A6
(151,129,166)
#A28FAF
(162,143,175)
#AD9DB8
(173,157,184)
#B8ABC1
(184,171,193)
#C3B9CA
(195,185,202)
#CEC7D3
(206,199,211)
#D9D5DC
(217,213,220)
#E4E3E5
(228,227,229)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816594; }

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

This text font color is #816594.


Background Color

.myBgColor { background-color: #816594; }

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

This div background color is #816594.


Border color

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

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

This div border color is #816594.


Opacity

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

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

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

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

This text has shadow with #816594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816594 on black background.


Color preview on white background

This text has color #816594 on white background.



Black color preview on #816594 background

This text has black color on #816594 background.


White color preview on #816594 background

This text has white color on #816594 background.