#8E0C72

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

Shades of Dark Purple #8E0C72

Tints of Dark Purple #8E0C72

Color information

#8E0C72 (or 0x8E0C72) is unknown color: approx Dark Purple. HEX triplet: 8E, 0C and 72. RGB value is (142,12,114). Sum of RGB (Red+Green+Blue) = 142+12+114=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C72 is #71F38D. Grayscale: #3E3E3E. Windows color (decimal): -7467918 or 7474318. OLE color: 7474318.

HSL color Cylindrical-coordinate representation of color #8E0C72: hue angle of 312.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C72 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14212114-
CMYK00.920.200.44
HSL312.92º84.42%30.2%-
HSV(B)312.92º91.55%55.69%-
XYZ14.327.2316.56-
YUV62.5157.07184.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=52.99%
G=4.48%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421211400.920.200.44312.9284.4230.2
Hex8EC7205C142C139541e
Octal216141620134245447112436
Binary10001110110011100100101110010100101100100111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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