#8C0C66

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

Shades of Eggplant #8C0C66

Tints of Eggplant #8C0C66

Color information

#8C0C66 (or 0x8C0C66) is unknown color: approx Eggplant. HEX triplet: 8C, 0C and 66. RGB value is (140,12,102). Sum of RGB (Red+Green+Blue) = 140+12+102=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C66 is #73F399. Grayscale: #3C3C3C. Windows color (decimal): -7599002 or 6687884. OLE color: 6687884.

HSL color Cylindrical-coordinate representation of color #8C0C66: hue angle of 317.81º 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 #8C0C66 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14012102-
CMYK00.910.270.45
HSL317.81º84.21%29.8%-
HSV(B)317.81º91.43%54.9%-
XYZ13.346.813.18-
YUV60.53151.41184.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.12%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=55.12%
G=4.72%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401210200.910.270.45317.8184.2129.8
Hex8CC6605B1B2D13e541e
Octal214141460133335547612436
Binary10001100110011001100101101111011101101100111110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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