COLOR #804F89

HEX: #804F89
RGB: (128,79,137)

Color info

#804F89 contains red, green and blue colors in about the same proportion. Web safe color of #804F89 is #666699 (or #669).

RGB color model

#804F89 color RGB value is (128,79,137).

  • red value is 128;
  • green value is 79;
  • blue value is 137.
RGB:
(128,79,137)
(50%,31%,54%)

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 137 of 255 = 54%

128
79
137

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

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 137 = 344 (100%)
R 128 of 344 ~ 37.21%
G 79 of 344 ~ 22.97%
B 137 of 344 ~ 39.83%

%37.21
%22.97
%39.83

CMYK color model

#804F89 color CMYK value is (7,42,0,46).

  • cyan value is 6.57%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(7,42,0,46)
C7M42Y0K46 
(7%,42%,0%,46%)
(0.07/0.42/0.00/0.46)	

CMYK percentages

%6.57
%42.34
%0
%46.27

Codes

Color #804F89 in popluar color models

804F89
RGB12879137
HSL291°26.85%42.35%
HSB/HSV291°42.34%53.73%
CMYK6.57%42.34%0.00%
46.27%

Color #804F89 in popluar number systems.

HEX804F89
Decimal12879137
Binary10000000100111110001001
Octal200117211

Shades and tints

Shades of #804F89

#804F89
(128,79,137)
#75487D
(117,72,125)
#6A4171
(106,65,113)
#5F3A65
(95,58,101)
#543359
(84,51,89)
#492C4D
(73,44,77)
#3E2541
(62,37,65)
#331E35
(51,30,53)
#281729
(40,23,41)
#1D101D
(29,16,29)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #804F89

#804F89
(128,79,137)
#8B5F93
(139,95,147)
#966F9D
(150,111,157)
#A17FA7
(161,127,167)
#AC8FB1
(172,143,177)
#B79FBB
(183,159,187)
#C2AFC5
(194,175,197)
#CDBFCF
(205,191,207)
#D8CFD9
(216,207,217)
#E3DFE3
(227,223,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804F89 color. Also use rgb(128,79,137) instead hex code.

Text Font Color

.myTextColor { color: #804F89; }

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

This text font color is #804F89.


Background Color

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

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

This div background color is #804F89.


Border color

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

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

This div border color is #804F89.


Opacity

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

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

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

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

This text has shadow with #804F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804F89 on black background.


Color preview on white background

This text has color #804F89 on white background.



Black color preview on #804F89 background

This text has black color on #804F89 background.


White color preview on #804F89 background

This text has white color on #804F89 background.