#8C0C72

Color #8C0C72 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8C0C72

Tints of Dark Purple #8C0C72

Color information

#8C0C72 (or 0x8C0C72) is unknown color: approx Dark Purple. HEX triplet: 8C, 0C and 72. RGB value is (140,12,114). Sum of RGB (Red+Green+Blue) = 140+12+114=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C72 is #73F38D. Grayscale: #3D3D3D. Windows color (decimal): -7598990 or 7474316. OLE color: 7474316.

HSL color Cylindrical-coordinate representation of color #8C0C72: hue angle of 312.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C72 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB14012114-
CMYK00.910.190.45
HSL312.19º84.21%29.8%-
HSV(B)312.19º91.43%54.9%-
XYZ13.987.0516.54-
YUV61.9157.41183.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 12 (5.08% from 255) = 4.51%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=52.63%
G=4.51%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401211400.910.190.45312.1984.2129.8
Hex8CC7205B132D138541e
Octal214141620133235547012436
Binary10001100110011100100101101110011101101100111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0C72; }

 p { color: rgb(140,12,114); }

 H1.HeaderClassName
 {
   color: #8C0C72;
 }
 .AnyTagClassName
 {
   color: #8C0C72;
 }
</style>
background-color css

<style>
 a { background-color: #8C0C72; }

 a { background-color: rgb(140,12,114); }

 div.DivClassName
 {
   background-color: #8C0C72;
 }
 .BgClassName
 {
   background-color: #8C0C72;
 }
</style>
border-color css

<style>
 span { border-color: #8C0C72; }

 span { border-color: rgb(140,12,114); }

 td.TdClassName
 {
   border-color: #8C0C72;
 }
 .TagClassName
 {
   border-color: #8C0C72;
 }
</style>