COLOR #816C90

HEX: #816C90 RGB: (129,108,144)

Color info

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

RGB color model

#816C90 color RGB value is (129,108,144).

RGB: (129,108,144) (51%, 42%, 56%)

RGB channels and saturation

R 129 of 255 = 51%
G 108 of 255 = 42%
B 144 of 255 = 56%

129
108
144

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

Portions of RGB colors in percentages

R + G + B = 129 + 108 + 144 = 381 (100%)
R 129 of 381 ~ 33.86%
G 108 of 381 ~ 28.35%
B 144 of 381 ~ 37.8'%

%33.86
%28.35
%37.8

CMYK color model

#816C90 color CMYK value is (10,25,0,44).

  • cyan value is 10.42%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (10,25,0,44)
C10M25Y0K44 (10%, 25%, 0%, 44%)
(0.10 / 0.25 / 0.00 / 0.44)

CMYK percentages

%10.42
%25
%0
%43.53

Codes

Color #816C90 in popluar color models

81 6C 90
RGB 129 108 144
HSL 275° 14.29% 49.41%
HSB/HSV 275° 25.00% 56.47%
CMYK 10.42% 25.00% 0.00%
43.53%

Color #816C90 in popluar number systems.

HEX 81 6C 90
Decimal 129 108 144
Binary 10000001 1101100 10010000
Octal 201 154 220

Shades and tints

Shades of #816C90

#816C90
(129,108,144)
#766383
(118,99,131)
#6B5A76
(107,90,118)
#605169
(96,81,105)
#55485C
(85,72,92)
#4A3F4F
(74,63,79)
#3F3642
(63,54,66)
#342D35
(52,45,53)
#292428
(41,36,40)
#1E1B1B
(30,27,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #816C90

#816C90
(129,108,144)
#8C799A
(140,121,154)
#9786A4
(151,134,164)
#A293AE
(162,147,174)
#ADA0B8
(173,160,184)
#B8ADC2
(184,173,194)
#C3BACC
(195,186,204)
#CEC7D6
(206,199,214)
#D9D4E0
(217,212,224)
#E4E1EA
(228,225,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816C90 color. Also use rgb(129,108,144) instead hex code.

Text Font Color

.myTextColor { color: #816C90; }

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

This text font color is #816C90.

Background Color

.myBgColor { background-color: #816C90; }

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

This div background color is #816C90.

Border color

.myBorderColor { border: 1px solid #816C90; }

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

This div border color is #816C90.

Opacity

.myOpacity80 { color: #816C90; opacity: 0.8; }

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

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

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

This text has shadow with #816C90 color.


.textShadow {text-shadow: 3px 3px 1px #816C90', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #816C90; -webkit-box-shadow: 1px 1px 3px 2px #816C90; box-shadow:1px 1px 3px 2px #816C90;">
Div content here
</div>

This div box has shadow with color #816C90.

Preview

Color preview on black background

This text has color #816C90 on black background.


Color preview on white background

This text has color #816C90 on white background.


Black color preview on #816C90 background

This text has black color on #816C90 background.


White color preview on #816C90 background

This text has white color on #816C90 background.


Related colors

Complementary color

Complementary color for #hex is #7E936F.


I love getcolorcode.com

Triadic colors

1 #90816C and #6C9081 with #816C90 are triadic colors.

2 #906C81 and #6C8190 with #816C90 are triadic colors.