COLOR #816885

HEX: #816885
RGB: (129,104,133)

Color info

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

RGB color model

#816885 color RGB value is (129,104,133).

  • red value is 129;
  • green value is 104;
  • blue value is 133.
RGB:
(129,104,133)
(51%,41%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 104 of 255 = 41%
B 133 of 255 = 52%

129
104
133

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

Portions of RGB colors in percentages

R + G + B =
129 + 104 + 133 = 366 (100%)
R 129 of 366 ~ 35.25%
G 104 of 366 ~ 28.42%
B 133 of 366 ~ 36.34%

%35.25
%28.42
%36.34

CMYK color model

#816885 color CMYK value is (3,22,0,48).

  • cyan value is 3.01%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(3,22,0,48)
C3M22Y0K48 
(3%,22%,0%,48%)
(0.03/0.22/0.00/0.48)	

CMYK percentages

%3.01
%21.8
%0
%47.84

Codes

Color #816885 in popluar color models

816885
RGB129104133
HSL292°12.24%46.47%
HSB/HSV292°21.80%52.16%
CMYK3.01%21.80%0.00%
47.84%

Color #816885 in popluar number systems.

HEX816885
Decimal129104133
Binary10000001110100010000101
Octal201150205

Shades and tints

Shades of #816885

#816885
(129,104,133)
#765F79
(118,95,121)
#6B566D
(107,86,109)
#604D61
(96,77,97)
#554455
(85,68,85)
#4A3B49
(74,59,73)
#3F323D
(63,50,61)
#342931
(52,41,49)
#292025
(41,32,37)
#1E1719
(30,23,25)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #816885

#816885
(129,104,133)
#8C7590
(140,117,144)
#97829B
(151,130,155)
#A28FA6
(162,143,166)
#AD9CB1
(173,156,177)
#B8A9BC
(184,169,188)
#C3B6C7
(195,182,199)
#CEC3D2
(206,195,210)
#D9D0DD
(217,208,221)
#E4DDE8
(228,221,232)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816885 color. Also use rgb(129,104,133) instead hex code.

Text Font Color

.myTextColor { color: #816885; }

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

This text font color is #816885.


Background Color

.myBgColor { background-color: #816885; }

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

This div background color is #816885.


Border color

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

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

This div border color is #816885.


Opacity

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

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

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

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

This text has shadow with #816885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816885 on black background.


Color preview on white background

This text has color #816885 on white background.



Black color preview on #816885 background

This text has black color on #816885 background.


White color preview on #816885 background

This text has white color on #816885 background.