#800F58

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

Shades of Eggplant #800F58

Tints of Eggplant #800F58

Color information

#800F58 (or 0x800F58) is unknown color: approx Eggplant. HEX triplet: 80, 0F and 58. RGB value is (128,15,88). Sum of RGB (Red+Green+Blue) = 128+15+88=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #800F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F58 is #7FF0A7. Grayscale: #383838. Windows color (decimal): -8384680 or 5771136. OLE color: 5771136.

HSL color Cylindrical-coordinate representation of color #800F58: hue angle of 321.24º 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 #800F58 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1281588-
CMYK00.880.310.50
HSL321.24º79.02%28.04%-
HSV(B)321.24º88.28%50.2%-
XYZ10.835.649.75-
YUV57.11145.44178.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.41%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=55.41%
G=6.49%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128158800.880.310.50321.2479.0228.04
Hex80F580581F321414f1c
Octal200171300130376250111734
Binary10000000111110110000101100011111110010101000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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