#88005F

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

Shades of Eggplant #88005F

Tints of Eggplant #88005F

Color information

#88005F (or 0x88005F) is unknown color: approx Eggplant. HEX triplet: 88, 00 and 5F. RGB value is (136,0,95). Sum of RGB (Red+Green+Blue) = 136+0+95=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005F is #77FFA0. Grayscale: #333333. Windows color (decimal): -7864225 or 6226056. OLE color: 6226056.

HSL color Cylindrical-coordinate representation of color #88005F: hue angle of 318.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88005F is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB136095-
CMYK010.300.47
HSL318.09º100%26.67%-
HSV(B)318.09º100%53.33%-
XYZ12.226.0611.35-
YUV51.49152.56188.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=58.87%
G=0%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136095010.300.47318.0910026.67
Hex8805F0641E2F13e641b
Octal21001370144365747614433
Binary10001000010111110110010011110101111100111110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,0,95); }

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

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

 a { background-color: rgb(136,0,95); }

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

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

 span { border-color: rgb(136,0,95); }

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