#990973

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

Shades of Eggplant #990973

Tints of Eggplant #990973

Color information

#990973 (or 0x990973) is unknown color: approx Eggplant. HEX triplet: 99, 09 and 73. RGB value is (153,9,115). Sum of RGB (Red+Green+Blue) = 153+9+115=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990973 is #66F68C. Grayscale: #3F3F3F. Windows color (decimal): -6747789 or 7539097. OLE color: 7539097.

HSL color Cylindrical-coordinate representation of color #990973: hue angle of 315.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990973 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB1539115-
CMYK00.940.250.4
HSL315.83º88.89%31.76%-
HSV(B)315.83º94.12%60%-
XYZ16.338.2116.94-
YUV64.14156.71191.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=55.23%
G=3.25%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153911500.940.250.4315.8388.8931.76
Hex9997305E192813c5920
Octal231111630136315047413140
Binary100110011001111001101011110110011010001001111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990973; }

 p { color: rgb(153,9,115); }

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

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

 a { background-color: rgb(153,9,115); }

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

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

 span { border-color: rgb(153,9,115); }

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