#990E70

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

Shades of Eggplant #990E70

Tints of Eggplant #990E70

Color information

#990E70 (or 0x990E70) is unknown color: approx Eggplant. HEX triplet: 99, 0E and 70. RGB value is (153,14,112). Sum of RGB (Red+Green+Blue) = 153+14+112=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #990E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E70 is #66F18F. Grayscale: #424242. Windows color (decimal): -6746512 or 7343769. OLE color: 7343769.

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

Color convert

RGB15314112-
CMYK00.910.270.4
HSL317.7º83.23%32.75%-
HSV(B)317.7º90.85%60%-
XYZ16.228.2616.07-
YUV66.73153.55189.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 14 (5.86% from 255) = 5.02%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=54.84%
G=5.02%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531411200.910.270.4317.783.2332.75
Hex99E7005B1B2813e5321
Octal231161600133335047612341
Binary100110011110111000001011011110111010001001111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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