#9F0B79

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

Shades of Eggplant #9F0B79

Tints of Eggplant #9F0B79

Color information

#9F0B79 (or 0x9F0B79) is unknown color: approx Eggplant. HEX triplet: 9F, 0B and 79. RGB value is (159,11,121). Sum of RGB (Red+Green+Blue) = 159+11+121=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B79 is #60F486. Grayscale: #434343. Windows color (decimal): -6354055 or 7932831. OLE color: 7932831.

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

Color convert

RGB15911121-
CMYK00.930.240.38
HSL315.41º87.06%33.33%-
HSV(B)315.41º93.08%62.35%-
XYZ17.878.9918.88-
YUV67.79158.03193.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=54.64%
G=3.78%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591112100.930.240.38315.4187.0633.33
Hex9FB7905D182613b5721
Octal237131710135304647312741
Binary100111111011111100101011101110001001101001110111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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