#8C1566

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

Shades of Eggplant #8C1566

Tints of Eggplant #8C1566

Color information

#8C1566 (or 0x8C1566) is unknown color: approx Eggplant. HEX triplet: 8C, 15 and 66. RGB value is (140,21,102). Sum of RGB (Red+Green+Blue) = 140+21+102=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1566 is #73EA99. Grayscale: #414141. Windows color (decimal): -7596698 or 6690188. OLE color: 6690188.

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

Color convert

RGB14021102-
CMYK00.850.270.45
HSL319.16º73.91%31.57%-
HSV(B)319.16º85%54.9%-
XYZ13.487.0713.22-
YUV65.82148.42180.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=53.23%
G=7.98%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402110200.850.270.45319.1673.9131.57
Hex8C15660551B2D13f4a20
Octal214251460125335547711240
Binary1000110010101110011001010101110111011011001111111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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