#991174

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

Shades of Eggplant #991174

Tints of Eggplant #991174

Color information

#991174 (or 0x991174) is unknown color: approx Eggplant. HEX triplet: 99, 11 and 74. RGB value is (153,17,116). Sum of RGB (Red+Green+Blue) = 153+17+116=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #991174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991174 is #66EE8B. Grayscale: #444444. Windows color (decimal): -6745740 or 7606681. OLE color: 7606681.

HSL color Cylindrical-coordinate representation of color #991174: hue angle of 316.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991174 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB15317116-
CMYK00.890.240.4
HSL316.32º80%33.33%-
HSV(B)316.32º88.89%60%-
XYZ16.498.4317.28-
YUV68.95154.56187.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 17 (7.03% from 255) = 5.94%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=53.50%
G=5.94%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531711600.890.240.4316.328033.33
Hex991174059182813c5021
Octal231211640131305047412041
Binary1001100110001111010001011001110001010001001111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991174; }

 p { color: rgb(153,17,116); }

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

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

 a { background-color: rgb(153,17,116); }

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

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

 span { border-color: rgb(153,17,116); }

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