COLOR #814B89

HEX: #814B89
RGB: (129,75,137)

Color info

#814B89 contains mainly red and blue colors. Web safe color of #814B89 is #993399 (or #939).

RGB color model

#814B89 color RGB value is (129,75,137).

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

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 137 of 255 = 54%

129
75
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 75 + 137 = 341 (100%)
R 129 of 341 ~ 37.83%
G 75 of 341 ~ 21.99%
B 137 of 341 ~ 40.18%

%37.83
%21.99
%40.18

CMYK color model

#814B89 color CMYK value is (6,45,0,46).

  • cyan value is 5.84%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,45,0,46)
C6M45Y0K46 
(6%,45%,0%,46%)
(0.06/0.45/0.00/0.46)	

CMYK percentages

%5.84
%45.26
%0
%46.27

Codes

Color #814B89 in popluar color models

814B89
RGB12975137
HSL292°29.25%41.57%
HSB/HSV292°45.26%53.73%
CMYK5.84%45.26%0.00%
46.27%

Color #814B89 in popluar number systems.

HEX814B89
Decimal12975137
Binary10000001100101110001001
Octal201113211

Shades and tints

Shades of #814B89

#814B89
(129,75,137)
#76457D
(118,69,125)
#6B3F71
(107,63,113)
#603965
(96,57,101)
#553359
(85,51,89)
#4A2D4D
(74,45,77)
#3F2741
(63,39,65)
#342135
(52,33,53)
#291B29
(41,27,41)
#1E151D
(30,21,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #814B89

#814B89
(129,75,137)
#8C5B93
(140,91,147)
#976B9D
(151,107,157)
#A27BA7
(162,123,167)
#AD8BB1
(173,139,177)
#B89BBB
(184,155,187)
#C3ABC5
(195,171,197)
#CEBBCF
(206,187,207)
#D9CBD9
(217,203,217)
#E4DBE3
(228,219,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814B89; }

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

This text font color is #814B89.


Background Color

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

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

This div background color is #814B89.


Border color

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

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

This div border color is #814B89.


Opacity

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

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

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

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

This text has shadow with #814B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814B89 on black background.


Color preview on white background

This text has color #814B89 on white background.



Black color preview on #814B89 background

This text has black color on #814B89 background.


White color preview on #814B89 background

This text has white color on #814B89 background.