#9F1372

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

Shades of Eggplant #9F1372

Tints of Eggplant #9F1372

Color information

#9F1372 (or 0x9F1372) is unknown color: approx Eggplant. HEX triplet: 9F, 13 and 72. RGB value is (159,19,114). Sum of RGB (Red+Green+Blue) = 159+19+114=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1372 is #60EC8D. Grayscale: #474747. Windows color (decimal): -6352014 or 7476127. OLE color: 7476127.

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

Color convert

RGB15919114-
CMYK00.880.280.38
HSL319.29º78.65%34.9%-
HSV(B)319.29º88.05%62.35%-
XYZ17.579.0516.74-
YUV71.69151.88190.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=54.45%
G=6.51%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591911400.880.280.38319.2978.6534.9
Hex9F13720581C2613f4f23
Octal237231620130344647711743
Binary1001111110011111001001011000111001001101001111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,114); }

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

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

 a { background-color: rgb(159,19,114); }

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

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

 span { border-color: rgb(159,19,114); }

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