COLOR #814B84

HEX: #814B84
RGB: (129,75,132)

Color info

#814B84 contains red, green and blue colors in about the same proportion. Web safe color of #814B84 is #993399 (or #939).

RGB color model

#814B84 color RGB value is (129,75,132).

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

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 132 of 255 = 52%

129
75
132

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

Portions of RGB colors in percentages

R + G + B =
129 + 75 + 132 = 336 (100%)
R 129 of 336 ~ 38.39%
G 75 of 336 ~ 22.32%
B 132 of 336 ~ 39.29%

%38.39
%22.32
%39.29

CMYK color model

#814B84 color CMYK value is (2,43,0,48).

  • cyan value is 2.27%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,43,0,48)
C2M43Y0K48 
(2%,43%,0%,48%)
(0.02/0.43/0.00/0.48)	

CMYK percentages

%2.27
%43.18
%0
%48.24

Codes

Color #814B84 in popluar color models

814B84
RGB12975132
HSL297°27.54%40.59%
HSB/HSV297°43.18%51.76%
CMYK2.27%43.18%0.00%
48.24%

Color #814B84 in popluar number systems.

HEX814B84
Decimal12975132
Binary10000001100101110000100
Octal201113204

Shades and tints

Shades of #814B84

#814B84
(129,75,132)
#764578
(118,69,120)
#6B3F6C
(107,63,108)
#603960
(96,57,96)
#553354
(85,51,84)
#4A2D48
(74,45,72)
#3F273C
(63,39,60)
#342130
(52,33,48)
#291B24
(41,27,36)
#1E1518
(30,21,24)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #814B84

#814B84
(129,75,132)
#8C5B8F
(140,91,143)
#976B9A
(151,107,154)
#A27BA5
(162,123,165)
#AD8BB0
(173,139,176)
#B89BBB
(184,155,187)
#C3ABC6
(195,171,198)
#CEBBD1
(206,187,209)
#D9CBDC
(217,203,220)
#E4DBE7
(228,219,231)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814B84; }

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

This text font color is #814B84.


Background Color

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

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

This div background color is #814B84.


Border color

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

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

This div border color is #814B84.


Opacity

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

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

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

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

This text has shadow with #814B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814B84 on black background.


Color preview on white background

This text has color #814B84 on white background.



Black color preview on #814B84 background

This text has black color on #814B84 background.


White color preview on #814B84 background

This text has white color on #814B84 background.