#8c0a70

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

Shades of Eggplant #8C0A70

Tints of Eggplant #8C0A70

Color information

#8C0A70 (or 0x8C0A70) is unknown color: approx Eggplant. HEX triplet: 8C, 0A and 70. RGB value is (140,10,112). Sum of RGB (Red+Green+Blue) = 140+10+112=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A70 is #73F58F. Grayscale: #3C3C3C. Windows color (decimal): -7599504 or 7342732. OLE color: 7342732.

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

Color convert

RGB14010112-
CMYK00.930.200.45
HSL312.92º86.67%29.41%-
HSV(B)312.92º92.86%54.9%-
XYZ13.856.9615.94-
YUV60.5157.07184.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=53.44%
G=3.82%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401011200.930.200.45312.9286.6729.41
Hex8CA7005D142D139571d
Octal214121600135245547112735
Binary10001100101011100000101110110100101101100111001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c0a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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