#88005D

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

Shades of Eggplant #88005D

Tints of Eggplant #88005D

Color information

#88005D (or 0x88005D) is unknown color: approx Eggplant. HEX triplet: 88, 00 and 5D. RGB value is (136,0,93). Sum of RGB (Red+Green+Blue) = 136+0+93=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005D is #77FFA2. Grayscale: #333333. Windows color (decimal): -7864227 or 6094984. OLE color: 6094984.

HSL color Cylindrical-coordinate representation of color #88005D: hue angle of 318.97º 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 #88005D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB136093-
CMYK010.320.47
HSL318.97º100%26.67%-
HSV(B)318.97º100%53.33%-
XYZ12.136.0210.88-
YUV51.27151.56188.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=59.39%
G=0%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136093010.320.47318.9710026.67
Hex8805D064202F13f641b
Octal21001350144405747714433
Binary100010000101110101100100100000101111100111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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