COLOR #800871

HEX: #800871
RGB: (128,8,113)

Color info

#800871 contains mainly red and blue colors. Web safe color of #800871 is #660066 (or #606).

RGB color model

#800871 color RGB value is (128,8,113).

  • red value is 128;
  • green value is 8;
  • blue value is 113.
RGB:
(128,8,113)
(50%,3%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 8 of 255 = 3%
B 113 of 255 = 44%

128
8
113

R + G + B ~ 32%. #800871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 8 + 113 = 249 (100%)
R 128 of 249 ~ 51.41%
G 8 of 249 ~ 3.21%
B 113 of 249 ~ 45.38%

%51.41
%45.38

CMYK color model

#800871 color CMYK value is (0,94,12,50).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(0,94,12,50)
C0M94Y12K50 
(0%,94%,12%,50%)
(0.00/0.94/0.12/0.50)	

CMYK percentages

%0
%93.75
%11.72
%49.8

Codes

Color #800871 in popluar color models

800871
RGB1288113
HSL308°88.24%26.67%
HSB/HSV308°93.75%50.20%
CMYK0.00%93.75%11.72%
49.80%

Color #800871 in popluar number systems.

HEX800871
Decimal1288113
Binary1000000010001110001
Octal20010161

Shades and tints

Shades of #800871

#800871
(128,8,113)
#750867
(117,8,103)
#6A085D
(106,8,93)
#5F0853
(95,8,83)
#540849
(84,8,73)
#49083F
(73,8,63)
#3E0835
(62,8,53)
#33082B
(51,8,43)
#280821
(40,8,33)
#1D0817
(29,8,23)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #800871

#800871
(128,8,113)
#8B1E7D
(139,30,125)
#963489
(150,52,137)
#A14A95
(161,74,149)
#AC60A1
(172,96,161)
#B776AD
(183,118,173)
#C28CB9
(194,140,185)
#CDA2C5
(205,162,197)
#D8B8D1
(216,184,209)
#E3CEDD
(227,206,221)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800871 color. Also use rgb(128,8,113) instead hex code.

Text Font Color

.myTextColor { color: #800871; }

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

This text font color is #800871.


Background Color

.myBgColor { background-color: #800871; }

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

This div background color is #800871.


Border color

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

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

This div border color is #800871.


Opacity

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

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

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

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

This text has shadow with #800871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800871 on black background.


Color preview on white background

This text has color #800871 on white background.



Black color preview on #800871 background

This text has black color on #800871 background.


White color preview on #800871 background

This text has white color on #800871 background.