#9F1674

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

Shades of Eggplant #9F1674

Tints of Eggplant #9F1674

Color information

#9F1674 (or 0x9F1674) is unknown color: approx Eggplant. HEX triplet: 9F, 16 and 74. RGB value is (159,22,116). Sum of RGB (Red+Green+Blue) = 159+22+116=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1674 is #60E98B. Grayscale: #494949. Windows color (decimal): -6351244 or 7607967. OLE color: 7607967.

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

Color convert

RGB15922116-
CMYK00.860.270.38
HSL318.83º75.69%35.49%-
HSV(B)318.83º86.16%62.35%-
XYZ17.749.2117.37-
YUV73.68151.89188.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.54%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=53.54%
G=7.41%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592211600.860.270.38318.8375.6935.49
Hex9F16740561B2613f4c23
Octal237261640126334647711443
Binary1001111110110111010001010110110111001101001111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,22,116); }

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

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

 a { background-color: rgb(159,22,116); }

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

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

 span { border-color: rgb(159,22,116); }

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