#800F5A

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

Shades of Eggplant #800F5A

Tints of Eggplant #800F5A

Color information

#800F5A (or 0x800F5A) is unknown color: approx Eggplant. HEX triplet: 80, 0F and 5A. RGB value is (128,15,90). Sum of RGB (Red+Green+Blue) = 128+15+90=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #800F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F5A is #7FF0A5. Grayscale: #393939. Windows color (decimal): -8384678 or 5902208. OLE color: 5902208.

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

Color convert

RGB1281590-
CMYK00.880.300.50
HSL320.18º79.02%28.04%-
HSV(B)320.18º88.28%50.2%-
XYZ10.925.6710.19-
YUV57.34146.44178.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=54.94%
G=6.44%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128159000.880.300.50320.1879.0228.04
Hex80F5A0581E321404f1c
Octal200171320130366250011734
Binary10000000111110110100101100011110110010101000000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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