COLOR #814F9A

HEX: #814F9A
RGB: (129,79,154)

Color info

#814F9A contains mainly red and blue colors. Web safe color of #814F9A is #996699 (or #969).

RGB color model

#814F9A color RGB value is (129,79,154).

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

RGB channels and saturation

R 129 of 255 = 51%
G 79 of 255 = 31%
B 154 of 255 = 60%

129
79
154

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

Portions of RGB colors in percentages

R + G + B =
129 + 79 + 154 = 362 (100%)
R 129 of 362 ~ 35.64%
G 79 of 362 ~ 21.82%
B 154 of 362 ~ 42.54%

%35.64
%21.82
%42.54

CMYK color model

#814F9A color CMYK value is (16,49,0,40).

  • cyan value is 16.23%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,49,0,40)
C16M49Y0K40 
(16%,49%,0%,40%)
(0.16/0.49/0.00/0.40)	

CMYK percentages

%16.23
%48.7
%0
%39.61

Codes

Color #814F9A in popluar color models

814F9A
RGB12979154
HSL280°32.19%45.69%
HSB/HSV280°48.70%60.39%
CMYK16.23%48.70%0.00%
39.61%

Color #814F9A in popluar number systems.

HEX814F9A
Decimal12979154
Binary10000001100111110011010
Octal201117232

Shades and tints

Shades of #814F9A

#814F9A
(129,79,154)
#76488C
(118,72,140)
#6B417E
(107,65,126)
#603A70
(96,58,112)
#553362
(85,51,98)
#4A2C54
(74,44,84)
#3F2546
(63,37,70)
#341E38
(52,30,56)
#29172A
(41,23,42)
#1E101C
(30,16,28)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #814F9A

#814F9A
(129,79,154)
#8C5FA3
(140,95,163)
#976FAC
(151,111,172)
#A27FB5
(162,127,181)
#AD8FBE
(173,143,190)
#B89FC7
(184,159,199)
#C3AFD0
(195,175,208)
#CEBFD9
(206,191,217)
#D9CFE2
(217,207,226)
#E4DFEB
(228,223,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814F9A; }

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

This text font color is #814F9A.


Background Color

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

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

This div background color is #814F9A.


Border color

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

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

This div border color is #814F9A.


Opacity

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

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

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

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

This text has shadow with #814F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814F9A on black background.


Color preview on white background

This text has color #814F9A on white background.



Black color preview on #814F9A background

This text has black color on #814F9A background.


White color preview on #814F9A background

This text has white color on #814F9A background.