COLOR #814F89

HEX: #814F89
RGB: (129,79,137)

Color info

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

RGB color model

#814F89 color RGB value is (129,79,137).

  • red value is 129;
  • green value is 79;
  • blue value is 137.
RGB:
(129,79,137)
(51%,31%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 79 of 255 = 31%
B 137 of 255 = 54%

129
79
137

R + G + B ~ 45%. #814F89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 79 + 137 = 345 (100%)
R 129 of 345 ~ 37.39%
G 79 of 345 ~ 22.9%
B 137 of 345 ~ 39.71%

%37.39
%22.9
%39.71

CMYK color model

#814F89 color CMYK value is (6,42,0,46).

  • cyan value is 5.84%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,42,0,46)
C6M42Y0K46 
(6%,42%,0%,46%)
(0.06/0.42/0.00/0.46)	

CMYK percentages

%5.84
%42.34
%0
%46.27

Codes

Color #814F89 in popluar color models

814F89
RGB12979137
HSL292°26.85%42.35%
HSB/HSV292°42.34%53.73%
CMYK5.84%42.34%0.00%
46.27%

Color #814F89 in popluar number systems.

HEX814F89
Decimal12979137
Binary10000001100111110001001
Octal201117211

Shades and tints

Shades of #814F89

#814F89
(129,79,137)
#76487D
(118,72,125)
#6B4171
(107,65,113)
#603A65
(96,58,101)
#553359
(85,51,89)
#4A2C4D
(74,44,77)
#3F2541
(63,37,65)
#341E35
(52,30,53)
#291729
(41,23,41)
#1E101D
(30,16,29)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #814F89

#814F89
(129,79,137)
#8C5F93
(140,95,147)
#976F9D
(151,111,157)
#A27FA7
(162,127,167)
#AD8FB1
(173,143,177)
#B89FBB
(184,159,187)
#C3AFC5
(195,175,197)
#CEBFCF
(206,191,207)
#D9CFD9
(217,207,217)
#E4DFE3
(228,223,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814F89 color. Also use rgb(129,79,137) instead hex code.

Text Font Color

.myTextColor { color: #814F89; }

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

This text font color is #814F89.


Background Color

.myBgColor { background-color: #814F89; }

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

This div background color is #814F89.


Border color

.myBorderColor { border: 1px solid #814F89; }

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

This div border color is #814F89.


Opacity

.myOpacity80 { color: #814F89; opacity: 0.8; }

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

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

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

This text has shadow with #814F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814F89 on black background.


Color preview on white background

This text has color #814F89 on white background.



Black color preview on #814F89 background

This text has black color on #814F89 background.


White color preview on #814F89 background

This text has white color on #814F89 background.