#990976

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

Shades of Eggplant #990976

Tints of Eggplant #990976

Color information

#990976 (or 0x990976) is unknown color: approx Eggplant. HEX triplet: 99, 09 and 76. RGB value is (153,9,118). Sum of RGB (Red+Green+Blue) = 153+9+118=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #990976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990976 is #66F689. Grayscale: #404040. Windows color (decimal): -6747786 or 7735705. OLE color: 7735705.

HSL color Cylindrical-coordinate representation of color #990976: hue angle of 314.58º 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 #990976 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB1539118-
CMYK00.940.230.4
HSL314.58º88.89%31.76%-
HSV(B)314.58º94.12%60%-
XYZ16.58.2817.87-
YUV64.48158.21191.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 9 (3.91% from 255) = 3.21%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=54.64%
G=3.21%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153911800.940.230.4314.5888.8931.76
Hex9997605E172813b5920
Octal231111660136275047313140
Binary100110011001111011001011110101111010001001110111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990976; }

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

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

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

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

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

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

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

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