#990059

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

Shades of Eggplant #990059

Tints of Eggplant #990059

Color information

#990059 (or 0x990059) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 59. RGB value is (153,0,89). Sum of RGB (Red+Green+Blue) = 153+0+89=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #990059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990059 is #66FFA6. Grayscale: #373737. Windows color (decimal): -6750119 or 5832857. OLE color: 5832857.

HSL color Cylindrical-coordinate representation of color #990059: hue angle of 325.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990059 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB153089-
CMYK010.420.4
HSL325.1º100%30%-
HSV(B)325.1º100%60%-
XYZ14.947.4910.11-
YUV55.89146.69197.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=63.22%
G=0%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153089010.420.4325.110030
Hex990590642A28145641e
Octal23101310144525050514436
Binary100110010101100101100100101010101000101000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990059; }

 p { color: rgb(153,0,89); }

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

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

 a { background-color: rgb(153,0,89); }

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

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

 span { border-color: rgb(153,0,89); }

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