#80095F

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

Shades of Eggplant #80095F

Tints of Eggplant #80095F

Color information

#80095F (or 0x80095F) is unknown color: approx Eggplant. HEX triplet: 80, 09 and 5F. RGB value is (128,9,95). Sum of RGB (Red+Green+Blue) = 128+9+95=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #80095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80095F is #7FF6A0. Grayscale: #363636. Windows color (decimal): -8386209 or 6228352. OLE color: 6228352.

HSL color Cylindrical-coordinate representation of color #80095F: hue angle of 316.64º 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 #80095F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB128995-
CMYK00.930.260.50
HSL316.64º86.86%26.86%-
HSV(B)316.64º92.97%50.2%-
XYZ11.075.6111.33-
YUV54.38150.92180.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=55.17%
G=3.88%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12899500.930.260.50316.6486.8626.86
Hex8095F05D1A3213d571b
Octal200111370135326247512733
Binary10000000100110111110101110111010110010100111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80095F; }

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

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

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

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

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

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

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

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