#9F0070

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

Shades of Eggplant #9F0070

Tints of Eggplant #9F0070

Color information

#9F0070 (or 0x9F0070) is unknown color: approx Eggplant. HEX triplet: 9F, 00 and 70. RGB value is (159,0,112). Sum of RGB (Red+Green+Blue) = 159+0+112=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0070 is #60FF8F. Grayscale: #3C3C3C. Windows color (decimal): -6356880 or 7340191. OLE color: 7340191.

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

Color convert

RGB1590112-
CMYK010.300.38
HSL317.74º100%31.18%-
HSV(B)317.74º100%62.35%-
XYZ17.228.5416.07-
YUV60.31157.18198.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=58.67%
G=0%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590112010.300.38317.7410031.18
Hex9F0700641E2613e641f
Octal23701600144364647614437
Binary10011111011100000110010011110100110100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,112); }

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

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

 a { background-color: rgb(159,0,112); }

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

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

 span { border-color: rgb(159,0,112); }

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