COLOR #816580

HEX: #816580
RGB: (129,101,128)

Color info

#816580 contains red, green and blue colors in about the same proportion. Web safe color of #816580 is #996666 (or #966).

RGB color model

#816580 color RGB value is (129,101,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 101 of 255 = 40%
B 128 of 255 = 50%

129
101
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 128 = 358 (100%)
R 129 of 358 ~ 36.03%
G 101 of 358 ~ 28.21%
B 128 of 358 ~ 35.75%

%36.03
%28.21
%35.75

CMYK color model

#816580 color CMYK value is (0,22,1,49).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,22,1,49)
C0M22Y1K49 
(0%,22%,1%,49%)
(0.00/0.22/0.01/0.49)	

CMYK percentages

%0
%21.71
%0.78
%49.41

Codes

Color #816580 in popluar color models

816580
RGB129101128
HSL302°12.17%45.10%
HSB/HSV302°21.71%50.59%
CMYK0.00%21.71%0.78%
49.41%

Color #816580 in popluar number systems.

HEX816580
Decimal129101128
Binary10000001110010110000000
Octal201145200

Shades and tints

Shades of #816580

#816580
(129,101,128)
#765C75
(118,92,117)
#6B536A
(107,83,106)
#604A5F
(96,74,95)
#554154
(85,65,84)
#4A3849
(74,56,73)
#3F2F3E
(63,47,62)
#342633
(52,38,51)
#291D28
(41,29,40)
#1E141D
(30,20,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #816580

#816580
(129,101,128)
#8C738B
(140,115,139)
#978196
(151,129,150)
#A28FA1
(162,143,161)
#AD9DAC
(173,157,172)
#B8ABB7
(184,171,183)
#C3B9C2
(195,185,194)
#CEC7CD
(206,199,205)
#D9D5D8
(217,213,216)
#E4E3E3
(228,227,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816580; }

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

This text font color is #816580.


Background Color

.myBgColor { background-color: #816580; }

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

This div background color is #816580.


Border color

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

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

This div border color is #816580.


Opacity

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

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

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

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

This text has shadow with #816580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816580 on black background.


Color preview on white background

This text has color #816580 on white background.



Black color preview on #816580 background

This text has black color on #816580 background.


White color preview on #816580 background

This text has white color on #816580 background.