COLOR #804B94

HEX: #804B94
RGB: (128,75,148)

Color info

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

RGB color model

#804B94 color RGB value is (128,75,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 75 of 255 = 29%
B 148 of 255 = 58%

128
75
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 75 + 148 = 351 (100%)
R 128 of 351 ~ 36.47%
G 75 of 351 ~ 21.37%
B 148 of 351 ~ 42.17%

%36.47
%21.37
%42.17

CMYK color model

#804B94 color CMYK value is (14,49,0,42).

  • cyan value is 13.51%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,49,0,42)
C14M49Y0K42 
(14%,49%,0%,42%)
(0.14/0.49/0.00/0.42)	

CMYK percentages

%13.51
%49.32
%0
%41.96

Codes

Color #804B94 in popluar color models

804B94
RGB12875148
HSL284°32.74%43.73%
HSB/HSV284°49.32%58.04%
CMYK13.51%49.32%0.00%
41.96%

Color #804B94 in popluar number systems.

HEX804B94
Decimal12875148
Binary10000000100101110010100
Octal200113224

Shades and tints

Shades of #804B94

#804B94
(128,75,148)
#754587
(117,69,135)
#6A3F7A
(106,63,122)
#5F396D
(95,57,109)
#543360
(84,51,96)
#492D53
(73,45,83)
#3E2746
(62,39,70)
#332139
(51,33,57)
#281B2C
(40,27,44)
#1D151F
(29,21,31)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #804B94

#804B94
(128,75,148)
#8B5B9D
(139,91,157)
#966BA6
(150,107,166)
#A17BAF
(161,123,175)
#AC8BB8
(172,139,184)
#B79BC1
(183,155,193)
#C2ABCA
(194,171,202)
#CDBBD3
(205,187,211)
#D8CBDC
(216,203,220)
#E3DBE5
(227,219,229)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804B94; }

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

This text font color is #804B94.


Background Color

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

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

This div background color is #804B94.


Border color

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

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

This div border color is #804B94.


Opacity

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

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

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

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

This text has shadow with #804B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804B94 on black background.


Color preview on white background

This text has color #804B94 on white background.



Black color preview on #804B94 background

This text has black color on #804B94 background.


White color preview on #804B94 background

This text has white color on #804B94 background.