#88145C

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

Shades of Eggplant #88145C

Tints of Eggplant #88145C

Color information

#88145C (or 0x88145C) is unknown color: approx Eggplant. HEX triplet: 88, 14 and 5C. RGB value is (136,20,92). Sum of RGB (Red+Green+Blue) = 136+20+92=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88145C is #77EBA3. Grayscale: #3E3E3E. Windows color (decimal): -7859108 or 6034568. OLE color: 6034568.

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

Color convert

RGB1362092-
CMYK00.850.320.47
HSL322.76º74.36%30.59%-
HSV(B)322.76º85.29%53.33%-
XYZ12.346.5110.73-
YUV62.89144.43180.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=54.84%
G=8.06%
B=37.10%

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
Decimal136209200.850.320.47322.7674.3630.59
Hex88145C055202F1434a1f
Octal210241340125405750311237
Binary1000100010100101110001010101100000101111101000011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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