COLOR #801596

HEX: #801596
RGB: (128,21,150)

Color info

#801596 contains mainly red and blue colors. Web safe color of #801596 is #660099 (or #609).

RGB color model

#801596 color RGB value is (128,21,150).

  • red value is 128;
  • green value is 21;
  • blue value is 150.
RGB:
(128,21,150)
(50%,8%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 21 of 255 = 8%
B 150 of 255 = 59%

128
21
150

R + G + B ~ 39%. #801596 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 21 + 150 = 299 (100%)
R 128 of 299 ~ 42.81%
G 21 of 299 ~ 7.02%
B 150 of 299 ~ 50.17%

%42.81
%50.17

CMYK color model

#801596 color CMYK value is (15,86,0,41).

  • cyan value is 14.67%
  • magenta value is 86.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(15,86,0,41)
C15M86Y0K41 
(15%,86%,0%,41%)
(0.15/0.86/0.00/0.41)	

CMYK percentages

%14.67
%86
%0
%41.18

Codes

Color #801596 in popluar color models

801596
RGB12821150
HSL290°75.44%33.53%
HSB/HSV290°86.00%58.82%
CMYK14.67%86.00%0.00%
41.18%

Color #801596 in popluar number systems.

HEX801596
Decimal12821150
Binary100000001010110010110
Octal20025226

Shades and tints

Shades of #801596

#801596
(128,21,150)
#751489
(117,20,137)
#6A137C
(106,19,124)
#5F126F
(95,18,111)
#541162
(84,17,98)
#491055
(73,16,85)
#3E0F48
(62,15,72)
#330E3B
(51,14,59)
#280D2E
(40,13,46)
#1D0C21
(29,12,33)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #801596

#801596
(128,21,150)
#8B2A9F
(139,42,159)
#963FA8
(150,63,168)
#A154B1
(161,84,177)
#AC69BA
(172,105,186)
#B77EC3
(183,126,195)
#C293CC
(194,147,204)
#CDA8D5
(205,168,213)
#D8BDDE
(216,189,222)
#E3D2E7
(227,210,231)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801596 color. Also use rgb(128,21,150) instead hex code.

Text Font Color

.myTextColor { color: #801596; }

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

This text font color is #801596.


Background Color

.myBgColor { background-color: #801596; }

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

This div background color is #801596.


Border color

.myBorderColor { border: 1px solid #801596; }

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

This div border color is #801596.


Opacity

.myOpacity80 { color: #801596; opacity: 0.8; }

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

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

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

This text has shadow with #801596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801596 on black background.


Color preview on white background

This text has color #801596 on white background.



Black color preview on #801596 background

This text has black color on #801596 background.


White color preview on #801596 background

This text has white color on #801596 background.