COLOR #814B8B

HEX: #814B8B
RGB: (129,75,139)

Color info

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

RGB color model

#814B8B color RGB value is (129,75,139).

  • red value is 129;
  • green value is 75;
  • blue value is 139.
RGB:
(129,75,139)
(51%,29%,55%)

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 139 of 255 = 55%

129
75
139

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

Portions of RGB colors in percentages

R + G + B =
129 + 75 + 139 = 343 (100%)
R 129 of 343 ~ 37.61%
G 75 of 343 ~ 21.87%
B 139 of 343 ~ 40.52%

%37.61
%21.87
%40.52

CMYK color model

#814B8B color CMYK value is (7,46,0,45).

  • cyan value is 7.19%
  • magenta value is 46.04%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(7,46,0,45)
C7M46Y0K45 
(7%,46%,0%,45%)
(0.07/0.46/0.00/0.45)	

CMYK percentages

%7.19
%46.04
%0
%45.49

Codes

Color #814B8B in popluar color models

814B8B
RGB12975139
HSL291°29.91%41.96%
HSB/HSV291°46.04%54.51%
CMYK7.19%46.04%0.00%
45.49%

Color #814B8B in popluar number systems.

HEX814B8B
Decimal12975139
Binary10000001100101110001011
Octal201113213

Shades and tints

Shades of #814B8B

#814B8B
(129,75,139)
#76457F
(118,69,127)
#6B3F73
(107,63,115)
#603967
(96,57,103)
#55335B
(85,51,91)
#4A2D4F
(74,45,79)
#3F2743
(63,39,67)
#342137
(52,33,55)
#291B2B
(41,27,43)
#1E151F
(30,21,31)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #814B8B

#814B8B
(129,75,139)
#8C5B95
(140,91,149)
#976B9F
(151,107,159)
#A27BA9
(162,123,169)
#AD8BB3
(173,139,179)
#B89BBD
(184,155,189)
#C3ABC7
(195,171,199)
#CEBBD1
(206,187,209)
#D9CBDB
(217,203,219)
#E4DBE5
(228,219,229)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814B8B color. Also use rgb(129,75,139) instead hex code.

Text Font Color

.myTextColor { color: #814B8B; }

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

This text font color is #814B8B.


Background Color

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

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

This div background color is #814B8B.


Border color

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

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

This div border color is #814B8B.


Opacity

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

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

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

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

This text has shadow with #814B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814B8B on black background.


Color preview on white background

This text has color #814B8B on white background.



Black color preview on #814B8B background

This text has black color on #814B8B background.


White color preview on #814B8B background

This text has white color on #814B8B background.