COLOR #812EA9

HEX: #812EA9
RGB: (129,46,169)

Color info

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

RGB color model

#812EA9 color RGB value is (129,46,169).

  • red value is 129;
  • green value is 46;
  • blue value is 169.
RGB:
(129,46,169)
(51%,18%,66%)

RGB channels and saturation

R 129 of 255 = 51%
G 46 of 255 = 18%
B 169 of 255 = 66%

129
46
169

R + G + B ~ 45%. #812EA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 46 + 169 = 344 (100%)
R 129 of 344 ~ 37.5%
G 46 of 344 ~ 13.37%
B 169 of 344 ~ 49.13%

%37.5
%13.37
%49.13

CMYK color model

#812EA9 color CMYK value is (24,73,0,34).

  • cyan value is 23.67%
  • magenta value is 72.78%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(24,73,0,34)
C24M73Y0K34 
(24%,73%,0%,34%)
(0.24/0.73/0.00/0.34)	

CMYK percentages

%23.67
%72.78
%0
%33.73

Codes

Color #812EA9 in popluar color models

812EA9
RGB12946169
HSL280°57.21%42.16%
HSB/HSV280°72.78%66.27%
CMYK23.67%72.78%0.00%
33.73%

Color #812EA9 in popluar number systems.

HEX812EA9
Decimal12946169
Binary1000000110111010101001
Octal20156251

Shades and tints

Shades of #812EA9

#812EA9
(129,46,169)
#762A9A
(118,42,154)
#6B268B
(107,38,139)
#60227C
(96,34,124)
#551E6D
(85,30,109)
#4A1A5E
(74,26,94)
#3F164F
(63,22,79)
#341240
(52,18,64)
#290E31
(41,14,49)
#1E0A22
(30,10,34)
#130613
(19,6,19)
#000000
(0,0,0)

Tints of #812EA9

#812EA9
(129,46,169)
#8C41B0
(140,65,176)
#9754B7
(151,84,183)
#A267BE
(162,103,190)
#AD7AC5
(173,122,197)
#B88DCC
(184,141,204)
#C3A0D3
(195,160,211)
#CEB3DA
(206,179,218)
#D9C6E1
(217,198,225)
#E4D9E8
(228,217,232)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #812EA9 color. Also use rgb(129,46,169) instead hex code.

Text Font Color

.myTextColor { color: #812EA9; }

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

This text font color is #812EA9.


Background Color

.myBgColor { background-color: #812EA9; }

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

This div background color is #812EA9.


Border color

.myBorderColor { border: 1px solid #812EA9; }

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

This div border color is #812EA9.


Opacity

.myOpacity80 { color: #812EA9; opacity: 0.8; }

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

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

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

This text has shadow with #812EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #812EA9 on black background.


Color preview on white background

This text has color #812EA9 on white background.



Black color preview on #812EA9 background

This text has black color on #812EA9 background.


White color preview on #812EA9 background

This text has white color on #812EA9 background.