#9F0F72

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

Shades of Eggplant #9F0F72

Tints of Eggplant #9F0F72

Color information

#9F0F72 (or 0x9F0F72) is unknown color: approx Eggplant. HEX triplet: 9F, 0F and 72. RGB value is (159,15,114). Sum of RGB (Red+Green+Blue) = 159+15+114=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0F72 is #60F08D. Grayscale: #454545. Windows color (decimal): -6353038 or 7475103. OLE color: 7475103.

HSL color Cylindrical-coordinate representation of color #9F0F72: hue angle of 318.75º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0F72 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15915114-
CMYK00.910.280.38
HSL318.75º82.76%34.12%-
HSV(B)318.75º90.57%62.35%-
XYZ17.518.9316.72-
YUV69.34153.21191.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 15 (6.25% from 255) = 5.21%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=55.21%
G=5.21%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591511400.910.280.38318.7582.7634.12
Hex9FF7205B1C2613f5322
Octal237171620133344647712342
Binary100111111111111001001011011111001001101001111111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,15,114); }

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

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

 a { background-color: rgb(159,15,114); }

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

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

 span { border-color: rgb(159,15,114); }

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