COLOR #814789

HEX: #814789
RGB: (129,71,137)

Color info

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

RGB color model

#814789 color RGB value is (129,71,137).

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

RGB channels and saturation

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

129
71
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 71 + 137 = 337 (100%)
R 129 of 337 ~ 38.28%
G 71 of 337 ~ 21.07%
B 137 of 337 ~ 40.65%

%38.28
%21.07
%40.65

CMYK color model

#814789 color CMYK value is (6,48,0,46).

  • cyan value is 5.84%
  • magenta value is 48.18%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,48,0,46)
C6M48Y0K46 
(6%,48%,0%,46%)
(0.06/0.48/0.00/0.46)	

CMYK percentages

%5.84
%48.18
%0
%46.27

Codes

Color #814789 in popluar color models

814789
RGB12971137
HSL293°31.73%40.78%
HSB/HSV293°48.18%53.73%
CMYK5.84%48.18%0.00%
46.27%

Color #814789 in popluar number systems.

HEX814789
Decimal12971137
Binary10000001100011110001001
Octal201107211

Shades and tints

Shades of #814789

#814789
(129,71,137)
#76417D
(118,65,125)
#6B3B71
(107,59,113)
#603565
(96,53,101)
#552F59
(85,47,89)
#4A294D
(74,41,77)
#3F2341
(63,35,65)
#341D35
(52,29,53)
#291729
(41,23,41)
#1E111D
(30,17,29)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #814789

#814789
(129,71,137)
#8C5793
(140,87,147)
#97679D
(151,103,157)
#A277A7
(162,119,167)
#AD87B1
(173,135,177)
#B897BB
(184,151,187)
#C3A7C5
(195,167,197)
#CEB7CF
(206,183,207)
#D9C7D9
(217,199,217)
#E4D7E3
(228,215,227)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814789; }

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

This text font color is #814789.


Background Color

.myBgColor { background-color: #814789; }

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

This div background color is #814789.


Border color

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

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

This div border color is #814789.


Opacity

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

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

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

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

This text has shadow with #814789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814789 on black background.


Color preview on white background

This text has color #814789 on white background.



Black color preview on #814789 background

This text has black color on #814789 background.


White color preview on #814789 background

This text has white color on #814789 background.