#8C024E

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

Shades of Eggplant #8C024E

Tints of Eggplant #8C024E

Color information

#8C024E (or 0x8C024E) is unknown color: approx Eggplant. HEX triplet: 8C, 02 and 4E. RGB value is (140,2,78). Sum of RGB (Red+Green+Blue) = 140+2+78=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C024E is #73FDB1. Grayscale: #333333. Windows color (decimal): -7601586 or 5112460. OLE color: 5112460.

HSL color Cylindrical-coordinate representation of color #8C024E: hue angle of 326.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C024E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB140278-
CMYK00.990.440.45
HSL326.96º97.18%27.84%-
HSV(B)326.96º98.57%54.9%-
XYZ12.216.177.75-
YUV51.93142.72190.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=63.64%
G=0.91%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14027800.990.440.45326.9697.1827.84
Hex8C24E0632C2D147611c
Octal21421160143545550714134
Binary1000110010100111001100011101100101101101000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,2,78); }

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

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

 a { background-color: rgb(140,2,78); }

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

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

 span { border-color: rgb(140,2,78); }

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