COLOR #804C94

HEX: #804C94
RGB: (128,76,148)

Color info

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

RGB color model

#804C94 color RGB value is (128,76,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 76 of 255 = 30%
B 148 of 255 = 58%

128
76
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 76 + 148 = 352 (100%)
R 128 of 352 ~ 36.36%
G 76 of 352 ~ 21.59%
B 148 of 352 ~ 42.05%

%36.36
%21.59
%42.05

CMYK color model

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

  • cyan value is 13.51%
  • magenta value is 48.65%
  • 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
%48.65
%0
%41.96

Codes

Color #804C94 in popluar color models

804C94
RGB12876148
HSL283°32.14%43.92%
HSB/HSV283°48.65%58.04%
CMYK13.51%48.65%0.00%
41.96%

Color #804C94 in popluar number systems.

HEX804C94
Decimal12876148
Binary10000000100110010010100
Octal200114224

Shades and tints

Shades of #804C94

#804C94
(128,76,148)
#754687
(117,70,135)
#6A407A
(106,64,122)
#5F3A6D
(95,58,109)
#543460
(84,52,96)
#492E53
(73,46,83)
#3E2846
(62,40,70)
#332239
(51,34,57)
#281C2C
(40,28,44)
#1D161F
(29,22,31)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #804C94

#804C94
(128,76,148)
#8B5C9D
(139,92,157)
#966CA6
(150,108,166)
#A17CAF
(161,124,175)
#AC8CB8
(172,140,184)
#B79CC1
(183,156,193)
#C2ACCA
(194,172,202)
#CDBCD3
(205,188,211)
#D8CCDC
(216,204,220)
#E3DCE5
(227,220,229)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804C94; }

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

This text font color is #804C94.


Background Color

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

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

This div background color is #804C94.


Border color

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

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

This div border color is #804C94.


Opacity

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

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

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

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

This text has shadow with #804C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804C94 on black background.


Color preview on white background

This text has color #804C94 on white background.



Black color preview on #804C94 background

This text has black color on #804C94 background.


White color preview on #804C94 background

This text has white color on #804C94 background.