COLOR #804B86

HEX: #804B86
RGB: (128,75,134)

Color info

#804B86 contains red, green and blue colors in about the same proportion. Web safe color of #804B86 is #663399 (or #639).

RGB color model

#804B86 color RGB value is (128,75,134).

  • red value is 128;
  • green value is 75;
  • blue value is 134.
RGB:
(128,75,134)
(50%,29%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 75 of 255 = 29%
B 134 of 255 = 53%

128
75
134

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

Portions of RGB colors in percentages

R + G + B =
128 + 75 + 134 = 337 (100%)
R 128 of 337 ~ 37.98%
G 75 of 337 ~ 22.26%
B 134 of 337 ~ 39.76%

%37.98
%22.26
%39.76

CMYK color model

#804B86 color CMYK value is (4,44,0,47).

  • cyan value is 4.48%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,44,0,47)
C4M44Y0K47 
(4%,44%,0%,47%)
(0.04/0.44/0.00/0.47)	

CMYK percentages

%4.48
%44.03
%0
%47.45

Codes

Color #804B86 in popluar color models

804B86
RGB12875134
HSL294°28.23%40.98%
HSB/HSV294°44.03%52.55%
CMYK4.48%44.03%0.00%
47.45%

Color #804B86 in popluar number systems.

HEX804B86
Decimal12875134
Binary10000000100101110000110
Octal200113206

Shades and tints

Shades of #804B86

#804B86
(128,75,134)
#75457A
(117,69,122)
#6A3F6E
(106,63,110)
#5F3962
(95,57,98)
#543356
(84,51,86)
#492D4A
(73,45,74)
#3E273E
(62,39,62)
#332132
(51,33,50)
#281B26
(40,27,38)
#1D151A
(29,21,26)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #804B86

#804B86
(128,75,134)
#8B5B91
(139,91,145)
#966B9C
(150,107,156)
#A17BA7
(161,123,167)
#AC8BB2
(172,139,178)
#B79BBD
(183,155,189)
#C2ABC8
(194,171,200)
#CDBBD3
(205,187,211)
#D8CBDE
(216,203,222)
#E3DBE9
(227,219,233)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804B86 color. Also use rgb(128,75,134) instead hex code.

Text Font Color

.myTextColor { color: #804B86; }

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

This text font color is #804B86.


Background Color

.myBgColor { background-color: #804B86; }

<div style="background-color:#804B86">Inner text</div>

This div background color is #804B86.


Border color

.myBorderColor { border: 1px solid #804B86; }

<div style="border:3px solid #804B86">Div</div>

This div border color is #804B86.


Opacity

.myOpacity80 { color: #804B86; opacity: 0.8; }

<p style="color:#804B86;opacity:0.8;">80%</p>

Text with #804B86 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 #804B86;}

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

This text has shadow with #804B86 color.

.textShadow {text-shadow: 3px 3px 1px #804B86, 3px 3px 1px red;}

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

This text has shadow with #804B86 primary color and red secondary color.


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

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

This text has shadow with #804B86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804B86 on black background.


Color preview on white background

This text has color #804B86 on white background.



Black color preview on #804B86 background

This text has black color on #804B86 background.


White color preview on #804B86 background

This text has white color on #804B86 background.