COLOR #800087

HEX: #800087
RGB: (128,0,135)

Color info

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

RGB color model

#800087 color RGB value is (128,0,135).

  • red value is 128;
  • green value is 0;
  • blue value is 135.
RGB:
(128,0,135)
(50%,0%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 0 of 255 = 0%
B 135 of 255 = 53%

128
0
135

R + G + B ~ 34%. #800087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 0 + 135 = 263 (100%)
R 128 of 263 ~ 48.67%
G 0 of 263 ~ 0%
B 135 of 263 ~ 51.33%

%48.67
%51.33

CMYK color model

#800087 color CMYK value is (5,100,0,47).

  • cyan value is 5.19%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(5,100,0,47)
C5M100Y0K47 
(5%,100%,0%,47%)
(0.05/1.00/0.00/0.47)	

CMYK percentages

%5.19
%100
%0
%47.06

Codes

Color #800087 in popluar color models

800087
RGB1280135
HSL297°100.00%26.47%
HSB/HSV297°100.00%52.94%
CMYK5.19%100.00%0.00%
47.06%

Color #800087 in popluar number systems.

HEX800087
Decimal1280135
Binary10000000010000111
Octal2000207

Shades and tints

Shades of #800087

#800087
(128,0,135)
#75007B
(117,0,123)
#6A006F
(106,0,111)
#5F0063
(95,0,99)
#540057
(84,0,87)
#49004B
(73,0,75)
#3E003F
(62,0,63)
#330033
(51,0,51)
#280027
(40,0,39)
#1D001B
(29,0,27)
#12000F
(18,0,15)
#000000
(0,0,0)

Tints of #800087

#800087
(128,0,135)
#8B1791
(139,23,145)
#962E9B
(150,46,155)
#A145A5
(161,69,165)
#AC5CAF
(172,92,175)
#B773B9
(183,115,185)
#C28AC3
(194,138,195)
#CDA1CD
(205,161,205)
#D8B8D7
(216,184,215)
#E3CFE1
(227,207,225)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800087 color. Also use rgb(128,0,135) instead hex code.

Text Font Color

.myTextColor { color: #800087; }

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

This text font color is #800087.


Background Color

.myBgColor { background-color: #800087; }

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

This div background color is #800087.


Border color

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

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

This div border color is #800087.


Opacity

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

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

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

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

This text has shadow with #800087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800087 on black background.


Color preview on white background

This text has color #800087 on white background.



Black color preview on #800087 background

This text has black color on #800087 background.


White color preview on #800087 background

This text has white color on #800087 background.