COLOR #814E85

HEX: #814E85
RGB: (129,78,133)

Color info

#814E85 contains red, green and blue colors in about the same proportion. Web safe color of #814E85 is #996699 (or #969).

RGB color model

#814E85 color RGB value is (129,78,133).

  • red value is 129;
  • green value is 78;
  • blue value is 133.
RGB:
(129,78,133)
(51%,31%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 78 of 255 = 31%
B 133 of 255 = 52%

129
78
133

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

Portions of RGB colors in percentages

R + G + B =
129 + 78 + 133 = 340 (100%)
R 129 of 340 ~ 37.94%
G 78 of 340 ~ 22.94%
B 133 of 340 ~ 39.12%

%37.94
%22.94
%39.12

CMYK color model

#814E85 color CMYK value is (3,41,0,48).

  • cyan value is 3.01%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(3,41,0,48)
C3M41Y0K48 
(3%,41%,0%,48%)
(0.03/0.41/0.00/0.48)	

CMYK percentages

%3.01
%41.35
%0
%47.84

Codes

Color #814E85 in popluar color models

814E85
RGB12978133
HSL296°26.07%41.37%
HSB/HSV296°41.35%52.16%
CMYK3.01%41.35%0.00%
47.84%

Color #814E85 in popluar number systems.

HEX814E85
Decimal12978133
Binary10000001100111010000101
Octal201116205

Shades and tints

Shades of #814E85

#814E85
(129,78,133)
#764779
(118,71,121)
#6B406D
(107,64,109)
#603961
(96,57,97)
#553255
(85,50,85)
#4A2B49
(74,43,73)
#3F243D
(63,36,61)
#341D31
(52,29,49)
#291625
(41,22,37)
#1E0F19
(30,15,25)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #814E85

#814E85
(129,78,133)
#8C5E90
(140,94,144)
#976E9B
(151,110,155)
#A27EA6
(162,126,166)
#AD8EB1
(173,142,177)
#B89EBC
(184,158,188)
#C3AEC7
(195,174,199)
#CEBED2
(206,190,210)
#D9CEDD
(217,206,221)
#E4DEE8
(228,222,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814E85 color. Also use rgb(129,78,133) instead hex code.

Text Font Color

.myTextColor { color: #814E85; }

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

This text font color is #814E85.


Background Color

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

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

This div background color is #814E85.


Border color

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

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

This div border color is #814E85.


Opacity

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

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

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

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

This text has shadow with #814E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814E85 on black background.


Color preview on white background

This text has color #814E85 on white background.



Black color preview on #814E85 background

This text has black color on #814E85 background.


White color preview on #814E85 background

This text has white color on #814E85 background.