#88015C

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

Shades of Eggplant #88015C

Tints of Eggplant #88015C

Color information

#88015C (or 0x88015C) is unknown color: approx Eggplant. HEX triplet: 88, 01 and 5C. RGB value is (136,1,92). Sum of RGB (Red+Green+Blue) = 136+1+92=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015C is #77FEA3. Grayscale: #333333. Windows color (decimal): -7863972 or 6029704. OLE color: 6029704.

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

Color convert

RGB136192-
CMYK00.990.320.47
HSL319.56º98.54%26.86%-
HSV(B)319.56º99.26%53.33%-
XYZ12.16.0310.65-
YUV51.74150.73188.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=59.39%
G=0.44%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13619200.990.320.47319.5698.5426.86
Hex8815C063202F140631b
Octal21011340143405750014333
Binary100010001101110001100011100000101111101000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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