#88024F

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

Shades of Eggplant #88024F

Tints of Eggplant #88024F

Color information

#88024F (or 0x88024F) is unknown color: approx Eggplant. HEX triplet: 88, 02 and 4F. RGB value is (136,2,79). Sum of RGB (Red+Green+Blue) = 136+2+79=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88024F is #77FDB0. Grayscale: #323232. Windows color (decimal): -7863729 or 5177992. OLE color: 5177992.

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

Color convert

RGB136279-
CMYK00.990.420.47
HSL325.52º97.1%27.06%-
HSV(B)325.52º98.53%53.33%-
XYZ11.595.847.91-
YUV50.84143.89188.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=62.67%
G=0.92%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13627900.990.420.47325.5297.127.06
Hex8824F0632A2F146611b
Octal21021170143525750614133
Binary1000100010100111101100011101010101111101000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,2,79); }

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

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

 a { background-color: rgb(136,2,79); }

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

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

 span { border-color: rgb(136,2,79); }

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