#9F047F

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

Shades of Eggplant #9F047F

Tints of Eggplant #9F047F

Color information

#9F047F (or 0x9F047F) is unknown color: approx Eggplant. HEX triplet: 9F, 04 and 7F. RGB value is (159,4,127). Sum of RGB (Red+Green+Blue) = 159+4+127=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F047F is #60FB80. Grayscale: #404040. Windows color (decimal): -6355841 or 8324255. OLE color: 8324255.

HSL color Cylindrical-coordinate representation of color #9F047F: hue angle of 312.39º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F047F is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB1594127-
CMYK00.970.200.38
HSL312.39º95.09%31.96%-
HSV(B)312.39º97.48%62.35%-
XYZ18.178.9920.86-
YUV64.37163.35195.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 127 (50% from 255) = 43.79%
R=54.83%
G=1.38%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159412700.970.200.38312.3995.0931.96
Hex9F47F06114261385f20
Octal23741770141244647013740
Binary10011111100111111101100001101001001101001110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,4,127); }

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

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

 a { background-color: rgb(159,4,127); }

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

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

 span { border-color: rgb(159,4,127); }

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