COLOR #814F80

HEX: #814F80
RGB: (129,79,128)

Color info

#814F80 contains red, green and blue colors in about the same proportion. Web safe color of #814F80 is #996666 (or #966).

RGB color model

#814F80 color RGB value is (129,79,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 79 of 255 = 31%
B 128 of 255 = 50%

129
79
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 79 + 128 = 336 (100%)
R 129 of 336 ~ 38.39%
G 79 of 336 ~ 23.51%
B 128 of 336 ~ 38.1%

%38.39
%23.51
%38.1

CMYK color model

#814F80 color CMYK value is (0,39,1,49).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,39,1,49)
C0M39Y1K49 
(0%,39%,1%,49%)
(0.00/0.39/0.01/0.49)	

CMYK percentages

%0
%38.76
%0.78
%49.41

Codes

Color #814F80 in popluar color models

814F80
RGB12979128
HSL301°24.04%40.78%
HSB/HSV301°38.76%50.59%
CMYK0.00%38.76%0.78%
49.41%

Color #814F80 in popluar number systems.

HEX814F80
Decimal12979128
Binary10000001100111110000000
Octal201117200

Shades and tints

Shades of #814F80

#814F80
(129,79,128)
#764875
(118,72,117)
#6B416A
(107,65,106)
#603A5F
(96,58,95)
#553354
(85,51,84)
#4A2C49
(74,44,73)
#3F253E
(63,37,62)
#341E33
(52,30,51)
#291728
(41,23,40)
#1E101D
(30,16,29)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #814F80

#814F80
(129,79,128)
#8C5F8B
(140,95,139)
#976F96
(151,111,150)
#A27FA1
(162,127,161)
#AD8FAC
(173,143,172)
#B89FB7
(184,159,183)
#C3AFC2
(195,175,194)
#CEBFCD
(206,191,205)
#D9CFD8
(217,207,216)
#E4DFE3
(228,223,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814F80; }

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

This text font color is #814F80.


Background Color

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

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

This div background color is #814F80.


Border color

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

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

This div border color is #814F80.


Opacity

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

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

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

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

This text has shadow with #814F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814F80 on black background.


Color preview on white background

This text has color #814F80 on white background.



Black color preview on #814F80 background

This text has black color on #814F80 background.


White color preview on #814F80 background

This text has white color on #814F80 background.