#9F1375

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

Shades of Eggplant #9F1375

Tints of Eggplant #9F1375

Color information

#9F1375 (or 0x9F1375) is unknown color: approx Eggplant. HEX triplet: 9F, 13 and 75. RGB value is (159,19,117). Sum of RGB (Red+Green+Blue) = 159+19+117=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1375 is #60EC8A. Grayscale: #474747. Windows color (decimal): -6352011 or 7672735. OLE color: 7672735.

HSL color Cylindrical-coordinate representation of color #9F1375: hue angle of 318º 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 #9F1375 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15919117-
CMYK00.880.260.38
HSL318º78.65%34.9%-
HSV(B)318º88.05%62.35%-
XYZ17.749.1217.66-
YUV72.03153.38190.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=53.90%
G=6.44%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591911700.880.260.3831878.6534.9
Hex9F13750581A2613e4f23
Octal237231650130324647611743
Binary1001111110011111010101011000110101001101001111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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