#990373

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

Shades of Eggplant #990373

Tints of Eggplant #990373

Color information

#990373 (or 0x990373) is unknown color: approx Eggplant. HEX triplet: 99, 03 and 73. RGB value is (153,3,115). Sum of RGB (Red+Green+Blue) = 153+3+115=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990373 is #66FC8C. Grayscale: #3C3C3C. Windows color (decimal): -6749325 or 7537561. OLE color: 7537561.

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

Color convert

RGB1533115-
CMYK00.980.250.4
HSL315.2º96.15%30.59%-
HSV(B)315.2º98.04%60%-
XYZ16.268.0816.92-
YUV60.62158.7193.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=56.46%
G=1.11%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153311500.980.250.4315.296.1530.59
Hex99373062192813b601f
Octal23131630142315047314037
Binary100110011111100110110001011001101000100111011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990373; }

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

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

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

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

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

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

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

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