COLOR #814D97

HEX: #814D97
RGB: (129,77,151)

Color info

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

RGB color model

#814D97 color RGB value is (129,77,151).

  • red value is 129;
  • green value is 77;
  • blue value is 151.
RGB:
(129,77,151)
(51%,30%,59%)

RGB channels and saturation

R 129 of 255 = 51%
G 77 of 255 = 30%
B 151 of 255 = 59%

129
77
151

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

Portions of RGB colors in percentages

R + G + B =
129 + 77 + 151 = 357 (100%)
R 129 of 357 ~ 36.13%
G 77 of 357 ~ 21.57%
B 151 of 357 ~ 42.3%

%36.13
%21.57
%42.3

CMYK color model

#814D97 color CMYK value is (15,49,0,41).

  • cyan value is 14.57%
  • magenta value is 49.01%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(15,49,0,41)
C15M49Y0K41 
(15%,49%,0%,41%)
(0.15/0.49/0.00/0.41)	

CMYK percentages

%14.57
%49.01
%0
%40.78

Codes

Color #814D97 in popluar color models

814D97
RGB12977151
HSL282°32.46%44.71%
HSB/HSV282°49.01%59.22%
CMYK14.57%49.01%0.00%
40.78%

Color #814D97 in popluar number systems.

HEX814D97
Decimal12977151
Binary10000001100110110010111
Octal201115227

Shades and tints

Shades of #814D97

#814D97
(129,77,151)
#76468A
(118,70,138)
#6B3F7D
(107,63,125)
#603870
(96,56,112)
#553163
(85,49,99)
#4A2A56
(74,42,86)
#3F2349
(63,35,73)
#341C3C
(52,28,60)
#29152F
(41,21,47)
#1E0E22
(30,14,34)
#130715
(19,7,21)
#000000
(0,0,0)

Tints of #814D97

#814D97
(129,77,151)
#8C5DA0
(140,93,160)
#976DA9
(151,109,169)
#A27DB2
(162,125,178)
#AD8DBB
(173,141,187)
#B89DC4
(184,157,196)
#C3ADCD
(195,173,205)
#CEBDD6
(206,189,214)
#D9CDDF
(217,205,223)
#E4DDE8
(228,221,232)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814D97 color. Also use rgb(129,77,151) instead hex code.

Text Font Color

.myTextColor { color: #814D97; }

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

This text font color is #814D97.


Background Color

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

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

This div background color is #814D97.


Border color

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

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

This div border color is #814D97.


Opacity

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

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

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

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

This text has shadow with #814D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814D97 on black background.


Color preview on white background

This text has color #814D97 on white background.



Black color preview on #814D97 background

This text has black color on #814D97 background.


White color preview on #814D97 background

This text has white color on #814D97 background.