#88095A

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

Shades of Eggplant #88095A

Tints of Eggplant #88095A

Color information

#88095A (or 0x88095A) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 5A. RGB value is (136,9,90). Sum of RGB (Red+Green+Blue) = 136+9+90=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88095A is #77F6A5. Grayscale: #383838. Windows color (decimal): -7861926 or 5900680. OLE color: 5900680.

HSL color Cylindrical-coordinate representation of color #88095A: hue angle of 321.73º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88095A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB136990-
CMYK00.930.340.47
HSL321.73º87.59%28.43%-
HSV(B)321.73º93.38%53.33%-
XYZ12.16.1710.23-
YUV56.21147.08184.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=57.87%
G=3.83%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13699000.930.340.47321.7387.5928.43
Hex8895A05D222F142581c
Octal210111320135425750213034
Binary100010001001101101001011101100010101111101000010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88095A; }

 p { color: rgb(136,9,90); }

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

<style>
 a { background-color: #88095A; }

 a { background-color: rgb(136,9,90); }

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

<style>
 span { border-color: #88095A; }

 span { border-color: rgb(136,9,90); }

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