#990974

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

Shades of Eggplant #990974

Tints of Eggplant #990974

Color information

#990974 (or 0x990974) is unknown color: approx Eggplant. HEX triplet: 99, 09 and 74. RGB value is (153,9,116). Sum of RGB (Red+Green+Blue) = 153+9+116=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #990974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990974 is #66F68B. Grayscale: #3F3F3F. Windows color (decimal): -6747788 or 7604633. OLE color: 7604633.

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

Color convert

RGB1539116-
CMYK00.940.240.4
HSL315.42º88.89%31.76%-
HSV(B)315.42º94.12%60%-
XYZ16.398.2317.25-
YUV64.25157.21191.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=55.04%
G=3.24%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153911600.940.240.4315.4288.8931.76
Hex9997405E182813b5920
Octal231111640136305047313140
Binary100110011001111010001011110110001010001001110111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990974; }

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

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

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

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

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

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

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

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