#9F1171

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

Shades of Eggplant #9F1171

Tints of Eggplant #9F1171

Color information

#9F1171 (or 0x9F1171) is unknown color: approx Eggplant. HEX triplet: 9F, 11 and 71. RGB value is (159,17,113). Sum of RGB (Red+Green+Blue) = 159+17+113=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1171 is #60EE8E. Grayscale: #464646. Windows color (decimal): -6352527 or 7410079. OLE color: 7410079.

HSL color Cylindrical-coordinate representation of color #9F1171: hue angle of 319.44º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1171 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15917113-
CMYK00.890.290.38
HSL319.44º80.68%34.51%-
HSV(B)319.44º89.31%62.35%-
XYZ17.488.9616.43-
YUV70.4152.04191.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=55.02%
G=5.88%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591711300.890.290.38319.4480.6834.51
Hex9F11710591D2613f5123
Octal237211610131354647712143
Binary1001111110001111000101011001111011001101001111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F1171; }

 p { color: rgb(159,17,113); }

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

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

 a { background-color: rgb(159,17,113); }

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

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

 span { border-color: rgb(159,17,113); }

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