COLOR #814889

HEX: #814889
RGB: (129,72,137)

Color info

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

RGB color model

#814889 color RGB value is (129,72,137).

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

RGB channels and saturation

R 129 of 255 = 51%
G 72 of 255 = 28%
B 137 of 255 = 54%

129
72
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 72 + 137 = 338 (100%)
R 129 of 338 ~ 38.17%
G 72 of 338 ~ 21.3%
B 137 of 338 ~ 40.53%

%38.17
%21.3
%40.53

CMYK color model

#814889 color CMYK value is (6,47,0,46).

  • cyan value is 5.84%
  • magenta value is 47.45%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,47,0,46)
C6M47Y0K46 
(6%,47%,0%,46%)
(0.06/0.47/0.00/0.46)	

CMYK percentages

%5.84
%47.45
%0
%46.27

Codes

Color #814889 in popluar color models

814889
RGB12972137
HSL293°31.10%40.98%
HSB/HSV293°47.45%53.73%
CMYK5.84%47.45%0.00%
46.27%

Color #814889 in popluar number systems.

HEX814889
Decimal12972137
Binary10000001100100010001001
Octal201110211

Shades and tints

Shades of #814889

#814889
(129,72,137)
#76427D
(118,66,125)
#6B3C71
(107,60,113)
#603665
(96,54,101)
#553059
(85,48,89)
#4A2A4D
(74,42,77)
#3F2441
(63,36,65)
#341E35
(52,30,53)
#291829
(41,24,41)
#1E121D
(30,18,29)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #814889

#814889
(129,72,137)
#8C5893
(140,88,147)
#97689D
(151,104,157)
#A278A7
(162,120,167)
#AD88B1
(173,136,177)
#B898BB
(184,152,187)
#C3A8C5
(195,168,197)
#CEB8CF
(206,184,207)
#D9C8D9
(217,200,217)
#E4D8E3
(228,216,227)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814889; }

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

This text font color is #814889.


Background Color

.myBgColor { background-color: #814889; }

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

This div background color is #814889.


Border color

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

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

This div border color is #814889.


Opacity

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

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

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

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

This text has shadow with #814889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814889 on black background.


Color preview on white background

This text has color #814889 on white background.



Black color preview on #814889 background

This text has black color on #814889 background.


White color preview on #814889 background

This text has white color on #814889 background.