#990970

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

Shades of Eggplant #990970

Tints of Eggplant #990970

Color information

#990970 (or 0x990970) is unknown color: approx Eggplant. HEX triplet: 99, 09 and 70. RGB value is (153,9,112). Sum of RGB (Red+Green+Blue) = 153+9+112=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990970 is #66F68F. Grayscale: #3F3F3F. Windows color (decimal): -6747792 or 7342489. OLE color: 7342489.

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

Color convert

RGB1539112-
CMYK00.940.270.4
HSL317.08º88.89%31.76%-
HSV(B)317.08º94.12%60%-
XYZ16.168.1416.05-
YUV63.8155.21191.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=55.84%
G=3.28%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153911200.940.270.4317.0888.8931.76
Hex9997005E1B2813d5920
Octal231111600136335047513140
Binary100110011001111000001011110110111010001001111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990970; }

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

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

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

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

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

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

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

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