#8C0A66

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

Shades of Eggplant #8C0A66

Tints of Eggplant #8C0A66

Color information

#8C0A66 (or 0x8C0A66) is unknown color: approx Eggplant. HEX triplet: 8C, 0A and 66. RGB value is (140,10,102). Sum of RGB (Red+Green+Blue) = 140+10+102=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A66 is #73F599. Grayscale: #3B3B3B. Windows color (decimal): -7599514 or 6687372. OLE color: 6687372.

HSL color Cylindrical-coordinate representation of color #8C0A66: hue angle of 317.54º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A66 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14010102-
CMYK00.930.270.45
HSL317.54º86.67%29.41%-
HSV(B)317.54º92.86%54.9%-
XYZ13.326.7513.17-
YUV59.36152.07185.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.56%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=55.56%
G=3.97%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401010200.930.270.45317.5486.6729.41
Hex8CA6605D1B2D13e571d
Octal214121460135335547612735
Binary10001100101011001100101110111011101101100111110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,10,102); }

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

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

 a { background-color: rgb(140,10,102); }

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

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

 span { border-color: rgb(140,10,102); }

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