#991470

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

Shades of Eggplant #991470

Tints of Eggplant #991470

Color information

#991470 (or 0x991470) is unknown color: approx Eggplant. HEX triplet: 99, 14 and 70. RGB value is (153,20,112). Sum of RGB (Red+Green+Blue) = 153+20+112=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #991470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991470 is #66EB8F. Grayscale: #464646. Windows color (decimal): -6744976 or 7345305. OLE color: 7345305.

HSL color Cylindrical-coordinate representation of color #991470: hue angle of 318.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991470 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15320112-
CMYK00.870.270.4
HSL318.5º76.88%33.92%-
HSV(B)318.5º86.93%60%-
XYZ16.318.4416.1-
YUV70.26151.56187.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=53.68%
G=7.02%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532011200.870.270.4318.576.8833.92
Hex9914700571B2813e4d22
Octal231241600127335047611542
Binary1001100110100111000001010111110111010001001111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991470; }

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

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

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

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

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

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

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

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