#88165D

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

Shades of Eggplant #88165D

Tints of Eggplant #88165D

Color information

#88165D (or 0x88165D) is unknown color: approx Eggplant. HEX triplet: 88, 16 and 5D. RGB value is (136,22,93). Sum of RGB (Red+Green+Blue) = 136+22+93=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88165D is #77E9A2. Grayscale: #404040. Windows color (decimal): -7858595 or 6100616. OLE color: 6100616.

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

Color convert

RGB1362293-
CMYK00.840.320.47
HSL322.63º72.15%30.98%-
HSV(B)322.63º83.82%53.33%-
XYZ12.426.610.98-
YUV64.18144.27179.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=54.18%
G=8.76%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136229300.840.320.47322.6372.1530.98
Hex88165D054202F143481f
Octal210261350124405750311037
Binary1000100010110101110101010100100000101111101000011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88165D; }

 p { color: rgb(136,22,93); }

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

<style>
 a { background-color: #88165D; }

 a { background-color: rgb(136,22,93); }

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

<style>
 span { border-color: #88165D; }

 span { border-color: rgb(136,22,93); }

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