#88005C

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

Shades of Eggplant #88005C

Tints of Eggplant #88005C

Color information

#88005C (or 0x88005C) is unknown color: approx Eggplant. HEX triplet: 88, 00 and 5C. RGB value is (136,0,92). Sum of RGB (Red+Green+Blue) = 136+0+92=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005C is #77FFA3. Grayscale: #323232. Windows color (decimal): -7864228 or 6029448. OLE color: 6029448.

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

Color convert

RGB136092-
CMYK010.320.47
HSL319.41º100%26.67%-
HSV(B)319.41º100%53.33%-
XYZ12.096.0110.65-
YUV51.15151.06188.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=59.65%
G=0%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136092010.320.47319.4110026.67
Hex8805C064202F13f641b
Octal21001340144405747714433
Binary100010000101110001100100100000101111100111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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