COLOR #804B87

HEX: #804B87
RGB: (128,75,135)

Color info

#804B87 contains mainly red and blue colors. Web safe color of #804B87 is #663399 (or #639).

RGB color model

#804B87 color RGB value is (128,75,135).

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

RGB channels and saturation

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

128
75
135

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

Portions of RGB colors in percentages

R + G + B =
128 + 75 + 135 = 338 (100%)
R 128 of 338 ~ 37.87%
G 75 of 338 ~ 22.19%
B 135 of 338 ~ 39.94%

%37.87
%22.19
%39.94

CMYK color model

#804B87 color CMYK value is (5,44,0,47).

  • cyan value is 5.19%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(5,44,0,47)
C5M44Y0K47 
(5%,44%,0%,47%)
(0.05/0.44/0.00/0.47)	

CMYK percentages

%5.19
%44.44
%0
%47.06

Codes

Color #804B87 in popluar color models

804B87
RGB12875135
HSL293°28.57%41.18%
HSB/HSV293°44.44%52.94%
CMYK5.19%44.44%0.00%
47.06%

Color #804B87 in popluar number systems.

HEX804B87
Decimal12875135
Binary10000000100101110000111
Octal200113207

Shades and tints

Shades of #804B87

#804B87
(128,75,135)
#75457B
(117,69,123)
#6A3F6F
(106,63,111)
#5F3963
(95,57,99)
#543357
(84,51,87)
#492D4B
(73,45,75)
#3E273F
(62,39,63)
#332133
(51,33,51)
#281B27
(40,27,39)
#1D151B
(29,21,27)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #804B87

#804B87
(128,75,135)
#8B5B91
(139,91,145)
#966B9B
(150,107,155)
#A17BA5
(161,123,165)
#AC8BAF
(172,139,175)
#B79BB9
(183,155,185)
#C2ABC3
(194,171,195)
#CDBBCD
(205,187,205)
#D8CBD7
(216,203,215)
#E3DBE1
(227,219,225)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804B87; }

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

This text font color is #804B87.


Background Color

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

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

This div background color is #804B87.


Border color

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

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

This div border color is #804B87.


Opacity

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

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

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

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

This text has shadow with #804B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804B87 on black background.


Color preview on white background

This text has color #804B87 on white background.



Black color preview on #804B87 background

This text has black color on #804B87 background.


White color preview on #804B87 background

This text has white color on #804B87 background.