#88085E

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

Shades of Eggplant #88085E

Tints of Eggplant #88085E

Color information

#88085E (or 0x88085E) is unknown color: approx Eggplant. HEX triplet: 88, 08 and 5E. RGB value is (136,8,94). Sum of RGB (Red+Green+Blue) = 136+8+94=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #88085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085E is #77F7A1. Grayscale: #373737. Windows color (decimal): -7862178 or 6162568. OLE color: 6162568.

HSL color Cylindrical-coordinate representation of color #88085E: hue angle of 319.69º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88085E is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB136894-
CMYK00.940.310.47
HSL319.69º88.89%28.24%-
HSV(B)319.69º94.12%53.33%-
XYZ12.266.2211.14-
YUV56.08149.41185.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.14%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=57.14%
G=3.36%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13689400.940.310.47319.6988.8928.24
Hex8885E05E1F2F140591c
Octal210101360136375750013134
Binary10001000100010111100101111011111101111101000000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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