COLOR #804C8D

HEX: #804C8D
RGB: (128,76,141)

Color info

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

RGB color model

#804C8D color RGB value is (128,76,141).

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

RGB channels and saturation

R 128 of 255 = 50%
G 76 of 255 = 30%
B 141 of 255 = 55%

128
76
141

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

Portions of RGB colors in percentages

R + G + B =
128 + 76 + 141 = 345 (100%)
R 128 of 345 ~ 37.1%
G 76 of 345 ~ 22.03%
B 141 of 345 ~ 40.87%

%37.1
%22.03
%40.87

CMYK color model

#804C8D color CMYK value is (9,46,0,45).

  • cyan value is 9.22%
  • magenta value is 46.10%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(9,46,0,45)
C9M46Y0K45 
(9%,46%,0%,45%)
(0.09/0.46/0.00/0.45)	

CMYK percentages

%9.22
%46.1
%0
%44.71

Codes

Color #804C8D in popluar color models

804C8D
RGB12876141
HSL288°29.95%42.55%
HSB/HSV288°46.10%55.29%
CMYK9.22%46.10%0.00%
44.71%

Color #804C8D in popluar number systems.

HEX804C8D
Decimal12876141
Binary10000000100110010001101
Octal200114215

Shades and tints

Shades of #804C8D

#804C8D
(128,76,141)
#754681
(117,70,129)
#6A4075
(106,64,117)
#5F3A69
(95,58,105)
#54345D
(84,52,93)
#492E51
(73,46,81)
#3E2845
(62,40,69)
#332239
(51,34,57)
#281C2D
(40,28,45)
#1D1621
(29,22,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #804C8D

#804C8D
(128,76,141)
#8B5C97
(139,92,151)
#966CA1
(150,108,161)
#A17CAB
(161,124,171)
#AC8CB5
(172,140,181)
#B79CBF
(183,156,191)
#C2ACC9
(194,172,201)
#CDBCD3
(205,188,211)
#D8CCDD
(216,204,221)
#E3DCE7
(227,220,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804C8D; }

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

This text font color is #804C8D.


Background Color

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

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

This div background color is #804C8D.


Border color

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

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

This div border color is #804C8D.


Opacity

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

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

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

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

This text has shadow with #804C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804C8D on black background.


Color preview on white background

This text has color #804C8D on white background.



Black color preview on #804C8D background

This text has black color on #804C8D background.


White color preview on #804C8D background

This text has white color on #804C8D background.