#88155C

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

Shades of Eggplant #88155C

Tints of Eggplant #88155C

Color information

#88155C (or 0x88155C) is unknown color: approx Eggplant. HEX triplet: 88, 15 and 5C. RGB value is (136,21,92). Sum of RGB (Red+Green+Blue) = 136+21+92=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88155C is #77EAA3. Grayscale: #3F3F3F. Windows color (decimal): -7858852 or 6034824. OLE color: 6034824.

HSL color Cylindrical-coordinate representation of color #88155C: hue angle of 322.96º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88155C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1362192-
CMYK00.850.320.47
HSL322.96º73.25%30.78%-
HSV(B)322.96º84.56%53.33%-
XYZ12.356.5410.74-
YUV63.48144.1179.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=54.62%
G=8.43%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136219200.850.320.47322.9673.2530.78
Hex88155C055202F143491f
Octal210251340125405750311137
Binary1000100010101101110001010101100000101111101000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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