#990E76

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

Shades of Eggplant #990E76

Tints of Eggplant #990E76

Color information

#990E76 (or 0x990E76) is unknown color: approx Eggplant. HEX triplet: 99, 0E and 76. RGB value is (153,14,118). Sum of RGB (Red+Green+Blue) = 153+14+118=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #990E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E76 is #66F189. Grayscale: #434343. Windows color (decimal): -6746506 or 7736985. OLE color: 7736985.

HSL color Cylindrical-coordinate representation of color #990E76: hue angle of 315.11º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E76 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15314118-
CMYK00.910.230.4
HSL315.11º83.23%32.75%-
HSV(B)315.11º90.85%60%-
XYZ16.568.3917.89-
YUV67.42156.55189.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=53.68%
G=4.91%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531411800.910.230.4315.1183.2332.75
Hex99E7605B172813b5321
Octal231161660133275047312341
Binary100110011110111011001011011101111010001001110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990E76; }

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

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

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

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

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

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

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

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