#88045A

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

Shades of Eggplant #88045A

Tints of Eggplant #88045A

Color information

#88045A (or 0x88045A) is unknown color: approx Eggplant. HEX triplet: 88, 04 and 5A. RGB value is (136,4,90). Sum of RGB (Red+Green+Blue) = 136+4+90=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88045A is #77FBA5. Grayscale: #353535. Windows color (decimal): -7863206 or 5899400. OLE color: 5899400.

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

Color convert

RGB136490-
CMYK00.970.340.47
HSL320.91º94.29%27.45%-
HSV(B)320.91º97.06%53.33%-
XYZ12.046.0610.21-
YUV53.27148.73187.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=59.13%
G=1.74%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13649000.970.340.47320.9194.2927.45
Hex8845A061222F1415e1b
Octal21041320141425750113633
Binary10001000100101101001100001100010101111101000001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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