#991670

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

Shades of Eggplant #991670

Tints of Eggplant #991670

Color information

#991670 (or 0x991670) is unknown color: approx Eggplant. HEX triplet: 99, 16 and 70. RGB value is (153,22,112). Sum of RGB (Red+Green+Blue) = 153+22+112=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991670 is #66E98F. Grayscale: #474747. Windows color (decimal): -6744464 or 7345817. OLE color: 7345817.

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

Color convert

RGB15322112-
CMYK00.860.270.4
HSL318.78º74.86%34.31%-
HSV(B)318.78º85.62%60%-
XYZ16.358.5216.11-
YUV71.43150.9186.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=53.31%
G=7.67%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532211200.860.270.4318.7874.8634.31
Hex9916700561B2813f4b22
Octal231261600126335047711342
Binary1001100110110111000001010110110111010001001111111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991670; }

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

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

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

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

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

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

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

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