COLOR #8C0072

HEX: #8C0072
RGB: (140,0,114)

Color info

#8C0072 contains only red and blue colors. Web safe color of #8C0072 is #990066 (or #906).

RGB color model

#8C0072 color RGB value is (140,0,114).

  • red value is 140;
  • green value is 0;
  • blue value is 114.
RGB:
(140,0,114)
(55%,0%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 0 of 255 = 0%
B 114 of 255 = 45%

140
0
114

R + G + B ~ 33%. #8C0072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 114 = 254 (100%)
R 140 of 254 ~ 55.12%
G 0 of 254 ~ 0%
B 114 of 254 ~ 44.88%

%55.12
%44.88

CMYK color model

#8C0072 color CMYK value is (0,100,19,45).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(0,100,19,45)
C0M100Y19K45 
(0%,100%,19%,45%)
(0.00/1.00/0.19/0.45)	

CMYK percentages

%0
%100
%18.57
%45.1

Codes

Color #8C0072 in popluar color models

8C0072
RGB1400114
HSL311°100.00%27.45%
HSB/HSV311°100.00%54.90%
CMYK0.00%100.00%18.57%
45.10%

Color #8C0072 in popluar number systems.

HEX8C0072
Decimal1400114
Binary1000110001110010
Octal2140162

Shades and tints

Shades of #8C0072

#8C0072
(140,0,114)
#800068
(128,0,104)
#74005E
(116,0,94)
#680054
(104,0,84)
#5C004A
(92,0,74)
#500040
(80,0,64)
#440036
(68,0,54)
#38002C
(56,0,44)
#2C0022
(44,0,34)
#200018
(32,0,24)
#14000E
(20,0,14)
#000000
(0,0,0)

Tints of #8C0072

#8C0072
(140,0,114)
#96177E
(150,23,126)
#A02E8A
(160,46,138)
#AA4596
(170,69,150)
#B45CA2
(180,92,162)
#BE73AE
(190,115,174)
#C88ABA
(200,138,186)
#D2A1C6
(210,161,198)
#DCB8D2
(220,184,210)
#E6CFDE
(230,207,222)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C0072 color. Also use rgb(140,0,114) instead hex code.

Text Font Color

.myTextColor { color: #8C0072; }

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

This text font color is #8C0072.


Background Color

.myBgColor { background-color: #8C0072; }

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

This div background color is #8C0072.


Border color

.myBorderColor { border: 1px solid #8C0072; }

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

This div border color is #8C0072.


Opacity

.myOpacity80 { color: #8C0072; opacity: 0.8; }

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

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

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

This text has shadow with #8C0072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0072 on black background.


Color preview on white background

This text has color #8C0072 on white background.



Black color preview on #8C0072 background

This text has black color on #8C0072 background.


White color preview on #8C0072 background

This text has white color on #8C0072 background.