#88165E

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

Shades of Eggplant #88165E

Tints of Eggplant #88165E

Color information

#88165E (or 0x88165E) is unknown color: approx Eggplant. HEX triplet: 88, 16 and 5E. RGB value is (136,22,94). Sum of RGB (Red+Green+Blue) = 136+22+94=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88165E is #77E9A1. Grayscale: #404040. Windows color (decimal): -7858594 or 6166152. OLE color: 6166152.

HSL color Cylindrical-coordinate representation of color #88165E: hue angle of 322.11º 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 #88165E is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1362294-
CMYK00.840.310.47
HSL322.11º72.15%30.98%-
HSV(B)322.11º83.82%53.33%-
XYZ12.466.6211.21-
YUV64.29144.77179.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=53.97%
G=8.73%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136229400.840.310.47322.1172.1530.98
Hex88165E0541F2F142481f
Octal210261360124375750211037
Binary100010001011010111100101010011111101111101000010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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