COLOR #80087B

HEX: #80087B
RGB: (128,8,123)

Color info

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

RGB color model

#80087B color RGB value is (128,8,123).

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

RGB channels and saturation

R 128 of 255 = 50%
G 8 of 255 = 3%
B 123 of 255 = 48%

128
8
123

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

Portions of RGB colors in percentages

R + G + B =
128 + 8 + 123 = 259 (100%)
R 128 of 259 ~ 49.42%
G 8 of 259 ~ 3.09%
B 123 of 259 ~ 47.49%

%49.42
%47.49

CMYK color model

#80087B color CMYK value is (0,94,4,50).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(0,94,4,50)
C0M94Y4K50 
(0%,94%,4%,50%)
(0.00/0.94/0.04/0.50)	

CMYK percentages

%0
%93.75
%3.91
%49.8

Codes

Color #80087B in popluar color models

80087B
RGB1288123
HSL303°88.24%26.67%
HSB/HSV303°93.75%50.20%
CMYK0.00%93.75%3.91%
49.80%

Color #80087B in popluar number systems.

HEX80087B
Decimal1288123
Binary1000000010001111011
Octal20010173

Shades and tints

Shades of #80087B

#80087B
(128,8,123)
#750870
(117,8,112)
#6A0865
(106,8,101)
#5F085A
(95,8,90)
#54084F
(84,8,79)
#490844
(73,8,68)
#3E0839
(62,8,57)
#33082E
(51,8,46)
#280823
(40,8,35)
#1D0818
(29,8,24)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #80087B

#80087B
(128,8,123)
#8B1E87
(139,30,135)
#963493
(150,52,147)
#A14A9F
(161,74,159)
#AC60AB
(172,96,171)
#B776B7
(183,118,183)
#C28CC3
(194,140,195)
#CDA2CF
(205,162,207)
#D8B8DB
(216,184,219)
#E3CEE7
(227,206,231)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80087B; }

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

This text font color is #80087B.


Background Color

.myBgColor { background-color: #80087B; }

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

This div background color is #80087B.


Border color

.myBorderColor { border: 1px solid #80087B; }

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

This div border color is #80087B.


Opacity

.myOpacity80 { color: #80087B; opacity: 0.8; }

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

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

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

This text has shadow with #80087B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80087B on black background.


Color preview on white background

This text has color #80087B on white background.



Black color preview on #80087B background

This text has black color on #80087B background.


White color preview on #80087B background

This text has white color on #80087B background.