#8E0C7C

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

Shades of Dark Purple #8E0C7C

Tints of Dark Purple #8E0C7C

Color information

#8E0C7C (or 0x8E0C7C) is unknown color: approx Dark Purple. HEX triplet: 8E, 0C and 7C. RGB value is (142,12,124). Sum of RGB (Red+Green+Blue) = 142+12+124=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C7C is #71F383. Grayscale: #3F3F3F. Windows color (decimal): -7467908 or 8129678. OLE color: 8129678.

HSL color Cylindrical-coordinate representation of color #8E0C7C: hue angle of 308.31º 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 #8E0C7C is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14212124-
CMYK00.920.130.44
HSL308.31º84.42%30.2%-
HSV(B)308.31º91.55%55.69%-
XYZ14.927.4719.72-
YUV63.64162.07183.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=51.08%
G=4.32%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421212400.920.130.44308.3184.4230.2
Hex8EC7C05CD2C134541e
Octal216141740134155446412436
Binary1000111011001111100010111001101101100100110100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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