COLOR #804A94

HEX: #804A94 RGB: (128,74,148)

Color info

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

RGB color model

#804A94 color RGB value is (128,74,148).

RGB: (128,74,148) (50%, 29%, 58%)

RGB channels and saturation

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

128
74
148

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

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 148 = 350 (100%)
R 128 of 350 ~ 36.57%
G 74 of 350 ~ 21.14%
B 148 of 350 ~ 42.29'%

%36.57
%21.14
%42.29

CMYK color model

#804A94 color CMYK value is (14,50,0,42).

  • cyan value is 13.51%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (14,50,0,42)
C14M50Y0K42 (14%, 50%, 0%, 42%)
(0.14 / 0.50 / 0.00 / 0.42)

CMYK percentages

%13.51
%50
%0
%41.96

Codes

Color #804A94 in popluar color models

80 4A 94
RGB 128 74 148
HSL 284° 33.33% 43.53%
HSB/HSV 284° 50.00% 58.04%
CMYK 13.51% 50.00% 0.00%
41.96%

Color #804A94 in popluar number systems.

HEX 80 4A 94
Decimal 128 74 148
Binary 10000000 1001010 10010100
Octal 200 112 224

Shades and tints

Shades of #804A94

#804A94
(128,74,148)
#754487
(117,68,135)
#6A3E7A
(106,62,122)
#5F386D
(95,56,109)
#543260
(84,50,96)
#492C53
(73,44,83)
#3E2646
(62,38,70)
#332039
(51,32,57)
#281A2C
(40,26,44)
#1D141F
(29,20,31)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #804A94

#804A94
(128,74,148)
#8B5A9D
(139,90,157)
#966AA6
(150,106,166)
#A17AAF
(161,122,175)
#AC8AB8
(172,138,184)
#B79AC1
(183,154,193)
#C2AACA
(194,170,202)
#CDBAD3
(205,186,211)
#D8CADC
(216,202,220)
#E3DAE5
(227,218,229)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A94; }

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

This text font color is #804A94.

Background Color

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

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

This div background color is #804A94.

Border color

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

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

This div border color is #804A94.

Opacity

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

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

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

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

This text has shadow with #804A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804A94.

Preview

Color preview on black background

This text has color #804A94 on black background.


Color preview on white background

This text has color #804A94 on white background.


Black color preview on #804A94 background

This text has black color on #804A94 background.


White color preview on #804A94 background

This text has white color on #804A94 background.


Related colors

Complementary color

Complementary color for #hex is #7FB56B.


I love getcolorcode.com

Triadic colors

1 #94804A and #4A9480 with #804A94 are triadic colors.

2 #944A80 and #4A8094 with #804A94 are triadic colors.