#99056C

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

Shades of Eggplant #99056C

Tints of Eggplant #99056C

Color information

#99056C (or 0x99056C) is unknown color: approx Eggplant. HEX triplet: 99, 05 and 6C. RGB value is (153,5,108). Sum of RGB (Red+Green+Blue) = 153+5+108=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99056C is #66FA93. Grayscale: #3C3C3C. Windows color (decimal): -6748820 or 7079321. OLE color: 7079321.

HSL color Cylindrical-coordinate representation of color #99056C: hue angle of 318.24º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99056C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB1535108-
CMYK00.970.290.4
HSL318.24º93.67%30.98%-
HSV(B)318.24º96.73%60%-
XYZ15.97.9614.89-
YUV60.99154.53193.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=57.52%
G=1.88%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153510800.970.290.4318.2493.6730.98
Hex9956C0611D2813e5e1f
Octal23151540141355047613637
Binary1001100110111011000110000111101101000100111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99056C; }

 p { color: rgb(153,5,108); }

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

<style>
 a { background-color: #99056C; }

 a { background-color: rgb(153,5,108); }

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

<style>
 span { border-color: #99056C; }

 span { border-color: rgb(153,5,108); }

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