#8C0958

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

Shades of Eggplant #8C0958

Tints of Eggplant #8C0958

Color information

#8C0958 (or 0x8C0958) is unknown color: approx Eggplant. HEX triplet: 8C, 09 and 58. RGB value is (140,9,88). Sum of RGB (Red+Green+Blue) = 140+9+88=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0958 is #73F6A7. Grayscale: #383838. Windows color (decimal): -7599784 or 5769612. OLE color: 5769612.

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

Color convert

RGB140988-
CMYK00.940.370.45
HSL323.82º87.92%29.22%-
HSV(B)323.82º93.57%54.9%-
XYZ12.676.489.81-
YUV57.18145.4187.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.07%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=59.07%
G=3.80%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14098800.940.370.45323.8287.9229.22
Hex8C95805E252D144581d
Octal214111300136455550413035
Binary100011001001101100001011110100101101101101000100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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