COLOR #804D91

HEX: #804D91
RGB: (128,77,145)

Color info

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

RGB color model

#804D91 color RGB value is (128,77,145).

  • red value is 128;
  • green value is 77;
  • blue value is 145.
RGB:
(128,77,145)
(50%,30%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 145 of 255 = 57%

128
77
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 145 = 350 (100%)
R 128 of 350 ~ 36.57%
G 77 of 350 ~ 22%
B 145 of 350 ~ 41.43%

%36.57
%22
%41.43

CMYK color model

#804D91 color CMYK value is (12,47,0,43).

  • cyan value is 11.72%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(12,47,0,43)
C12M47Y0K43 
(12%,47%,0%,43%)
(0.12/0.47/0.00/0.43)	

CMYK percentages

%11.72
%46.9
%0
%43.14

Codes

Color #804D91 in popluar color models

804D91
RGB12877145
HSL285°30.63%43.53%
HSB/HSV285°46.90%56.86%
CMYK11.72%46.90%0.00%
43.14%

Color #804D91 in popluar number systems.

HEX804D91
Decimal12877145
Binary10000000100110110010001
Octal200115221

Shades and tints

Shades of #804D91

#804D91
(128,77,145)
#754684
(117,70,132)
#6A3F77
(106,63,119)
#5F386A
(95,56,106)
#54315D
(84,49,93)
#492A50
(73,42,80)
#3E2343
(62,35,67)
#331C36
(51,28,54)
#281529
(40,21,41)
#1D0E1C
(29,14,28)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #804D91

#804D91
(128,77,145)
#8B5D9B
(139,93,155)
#966DA5
(150,109,165)
#A17DAF
(161,125,175)
#AC8DB9
(172,141,185)
#B79DC3
(183,157,195)
#C2ADCD
(194,173,205)
#CDBDD7
(205,189,215)
#D8CDE1
(216,205,225)
#E3DDEB
(227,221,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804D91 color. Also use rgb(128,77,145) instead hex code.

Text Font Color

.myTextColor { color: #804D91; }

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

This text font color is #804D91.


Background Color

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

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

This div background color is #804D91.


Border color

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

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

This div border color is #804D91.


Opacity

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

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

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

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

This text has shadow with #804D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D91 on black background.


Color preview on white background

This text has color #804D91 on white background.



Black color preview on #804D91 background

This text has black color on #804D91 background.


White color preview on #804D91 background

This text has white color on #804D91 background.