#9F017C

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

Shades of Eggplant #9F017C

Tints of Eggplant #9F017C

Color information

#9F017C (or 0x9F017C) is unknown color: approx Eggplant. HEX triplet: 9F, 01 and 7C. RGB value is (159,1,124). Sum of RGB (Red+Green+Blue) = 159+1+124=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F017C is #60FE83. Grayscale: #3D3D3D. Windows color (decimal): -6356612 or 8126879. OLE color: 8126879.

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

Color convert

RGB1591124-
CMYK00.990.220.38
HSL313.29º98.75%31.37%-
HSV(B)313.29º99.37%62.35%-
XYZ17.958.8519.83-
YUV62.26162.85197-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.99%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=55.99%
G=0.35%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159112400.990.220.38313.2998.7531.37
Hex9F17C0631626139631f
Octal23711740143264647114337
Binary10011111111111000110001110110100110100111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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