#800958

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

Shades of Eggplant #800958

Tints of Eggplant #800958

Color information

#800958 (or 0x800958) is unknown color: approx Eggplant. HEX triplet: 80, 09 and 58. RGB value is (128,9,88). Sum of RGB (Red+Green+Blue) = 128+9+88=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #800958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800958 is #7FF6A7. Grayscale: #353535. Windows color (decimal): -8386216 or 5769600. OLE color: 5769600.

HSL color Cylindrical-coordinate representation of color #800958: hue angle of 320.17º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800958 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB128988-
CMYK00.930.310.50
HSL320.17º86.86%26.86%-
HSV(B)320.17º92.97%50.2%-
XYZ10.765.499.72-
YUV53.59147.42181.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=56.89%
G=4%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12898800.930.310.50320.1786.8626.86
Hex8095805D1F32140571b
Octal200111300135376250012733
Binary10000000100110110000101110111111110010101000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800958; }

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

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

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

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

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

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

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

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