COLOR #814780

HEX: #814780
RGB: (129,71,128)

Color info

#814780 contains red, green and blue colors in about the same proportion. Web safe color of #814780 is #993366 (or #936).

RGB color model

#814780 color RGB value is (129,71,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 71 of 255 = 28%
B 128 of 255 = 50%

129
71
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 71 + 128 = 328 (100%)
R 129 of 328 ~ 39.33%
G 71 of 328 ~ 21.65%
B 128 of 328 ~ 39.02%

%39.33
%21.65
%39.02

CMYK color model

#814780 color CMYK value is (0,45,1,49).

  • cyan value is 0.00%
  • magenta value is 44.96%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,45,1,49)
C0M45Y1K49 
(0%,45%,1%,49%)
(0.00/0.45/0.01/0.49)	

CMYK percentages

%0
%44.96
%0.78
%49.41

Codes

Color #814780 in popluar color models

814780
RGB12971128
HSL301°29.00%39.22%
HSB/HSV301°44.96%50.59%
CMYK0.00%44.96%0.78%
49.41%

Color #814780 in popluar number systems.

HEX814780
Decimal12971128
Binary10000001100011110000000
Octal201107200

Shades and tints

Shades of #814780

#814780
(129,71,128)
#764175
(118,65,117)
#6B3B6A
(107,59,106)
#60355F
(96,53,95)
#552F54
(85,47,84)
#4A2949
(74,41,73)
#3F233E
(63,35,62)
#341D33
(52,29,51)
#291728
(41,23,40)
#1E111D
(30,17,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #814780

#814780
(129,71,128)
#8C578B
(140,87,139)
#976796
(151,103,150)
#A277A1
(162,119,161)
#AD87AC
(173,135,172)
#B897B7
(184,151,183)
#C3A7C2
(195,167,194)
#CEB7CD
(206,183,205)
#D9C7D8
(217,199,216)
#E4D7E3
(228,215,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814780; }

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

This text font color is #814780.


Background Color

.myBgColor { background-color: #814780; }

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

This div background color is #814780.


Border color

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

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

This div border color is #814780.


Opacity

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

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

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

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

This text has shadow with #814780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814780 on black background.


Color preview on white background

This text has color #814780 on white background.



Black color preview on #814780 background

This text has black color on #814780 background.


White color preview on #814780 background

This text has white color on #814780 background.