#9F0160

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

Shades of Eggplant #9F0160

Tints of Eggplant #9F0160

Color information

#9F0160 (or 0x9F0160) is unknown color: approx Eggplant. HEX triplet: 9F, 01 and 60. RGB value is (159,1,96). Sum of RGB (Red+Green+Blue) = 159+1+96=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0160 is #60FE9F. Grayscale: #3A3A3A. Windows color (decimal): -6356640 or 6291871. OLE color: 6291871.

HSL color Cylindrical-coordinate representation of color #9F0160: hue angle of 323.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0160 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB159196-
CMYK00.990.400.38
HSL323.92º98.75%31.37%-
HSV(B)323.92º99.37%62.35%-
XYZ16.428.2411.79-
YUV59.07148.85199.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.11%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=62.11%
G=0.39%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15919600.990.400.38323.9298.7531.37
Hex9F1600632826144631f
Octal23711400143504650414337
Binary100111111110000001100011101000100110101000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,1,96); }

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

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

 a { background-color: rgb(159,1,96); }

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

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

 span { border-color: rgb(159,1,96); }

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