#9F0B78

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

Shades of Eggplant #9F0B78

Tints of Eggplant #9F0B78

Color information

#9F0B78 (or 0x9F0B78) is unknown color: approx Eggplant. HEX triplet: 9F, 0B and 78. RGB value is (159,11,120). Sum of RGB (Red+Green+Blue) = 159+11+120=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B78 is #60F487. Grayscale: #434343. Windows color (decimal): -6354056 or 7867295. OLE color: 7867295.

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

Color convert

RGB15911120-
CMYK00.930.250.38
HSL315.81º87.06%33.33%-
HSV(B)315.81º93.08%62.35%-
XYZ17.818.9718.56-
YUV67.68157.53193.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=54.83%
G=3.79%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591112000.930.250.38315.8187.0633.33
Hex9FB7805D192613c5721
Octal237131700135314647412741
Binary100111111011111100001011101110011001101001111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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