#88005b

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

Shades of Eggplant #88005B

Tints of Eggplant #88005B

Color information

#88005B (or 0x88005B) is unknown color: approx Eggplant. HEX triplet: 88, 00 and 5B. RGB value is (136,0,91). Sum of RGB (Red+Green+Blue) = 136+0+91=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #88005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005B is #77FFA4. Grayscale: #323232. Windows color (decimal): -7864229 or 5963912. OLE color: 5963912.

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

Color convert

RGB136091-
CMYK010.330.47
HSL319.85º100%26.67%-
HSV(B)319.85º100%53.33%-
XYZ12.045.9910.42-
YUV51.04150.56188.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=59.91%
G=0%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136091010.330.47319.8510026.67
Hex8805B064212F140641b
Octal21001330144415750014433
Binary100010000101101101100100100001101111101000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88005b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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