#8C0158

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

Shades of Eggplant #8C0158

Tints of Eggplant #8C0158

Color information

#8C0158 (or 0x8C0158) is unknown color: approx Eggplant. HEX triplet: 8C, 01 and 58. RGB value is (140,1,88). Sum of RGB (Red+Green+Blue) = 140+1+88=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0158 is #73FEA7. Grayscale: #343434. Windows color (decimal): -7601832 or 5767564. OLE color: 5767564.

HSL color Cylindrical-coordinate representation of color #8C0158: hue angle of 322.45º degrees, saturation: 0.99, 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 #8C0158 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB140188-
CMYK00.990.370.45
HSL322.45º98.58%27.65%-
HSV(B)322.45º99.29%54.9%-
XYZ12.596.39.79-
YUV52.48148.05190.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=61.14%
G=0.44%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14018800.990.370.45322.4598.5827.65
Hex8C158063252D142631c
Octal21411300143455550214334
Binary100011001101100001100011100101101101101000010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,88); }

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

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

 a { background-color: rgb(140,1,88); }

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

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

 span { border-color: rgb(140,1,88); }

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