#9F0B72

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

Shades of Eggplant #9F0B72

Tints of Eggplant #9F0B72

Color information

#9F0B72 (or 0x9F0B72) is unknown color: approx Eggplant. HEX triplet: 9F, 0B and 72. RGB value is (159,11,114). Sum of RGB (Red+Green+Blue) = 159+11+114=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B72 is #60F48D. Grayscale: #424242. Windows color (decimal): -6354062 or 7474079. OLE color: 7474079.

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

Color convert

RGB15911114-
CMYK00.930.280.38
HSL318.24º87.06%33.33%-
HSV(B)318.24º93.08%62.35%-
XYZ17.468.8316.7-
YUV66.99154.53193.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.99%
GREEN value IS 11 (4.69% from 255) = 3.87%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=55.99%
G=3.87%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591111400.930.280.38318.2487.0633.33
Hex9FB7205D1C2613e5721
Octal237131620135344647612741
Binary100111111011111001001011101111001001101001111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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