#800C5A

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

Shades of Eggplant #800C5A

Tints of Eggplant #800C5A

Color information

#800C5A (or 0x800C5A) is unknown color: approx Eggplant. HEX triplet: 80, 0C and 5A. RGB value is (128,12,90). Sum of RGB (Red+Green+Blue) = 128+12+90=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #800C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C5A is #7FF3A5. Grayscale: #373737. Windows color (decimal): -8385446 or 5901440. OLE color: 5901440.

HSL color Cylindrical-coordinate representation of color #800C5A: hue angle of 319.66º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C5A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1281290-
CMYK00.910.300.50
HSL319.66º82.86%27.45%-
HSV(B)319.66º90.62%50.2%-
XYZ10.885.5910.18-
YUV55.58147.43179.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=55.65%
G=5.22%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128129000.910.300.50319.6682.8627.45
Hex80C5A05B1E32140531b
Octal200141320133366250012333
Binary10000000110010110100101101111110110010101000000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800C5A; }

 p { color: rgb(128,12,90); }

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

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

 a { background-color: rgb(128,12,90); }

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

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

 span { border-color: rgb(128,12,90); }

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