#9F0471

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

Shades of Eggplant #9F0471

Tints of Eggplant #9F0471

Color information

#9F0471 (or 0x9F0471) is unknown color: approx Eggplant. HEX triplet: 9F, 04 and 71. RGB value is (159,4,113). Sum of RGB (Red+Green+Blue) = 159+4+113=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0471 is #60FB8E. Grayscale: #3E3E3E. Windows color (decimal): -6355855 or 7406751. OLE color: 7406751.

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

Color convert

RGB1594113-
CMYK00.970.290.38
HSL317.81º95.09%31.96%-
HSV(B)317.81º97.48%62.35%-
XYZ17.328.6516.38-
YUV62.77156.35196.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.61%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=57.61%
G=1.45%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159411300.970.290.38317.8195.0931.96
Hex9F4710611D2613e5f20
Octal23741610141354647613740
Binary10011111100111000101100001111011001101001111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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