#9F0773

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

Shades of Eggplant #9F0773

Tints of Eggplant #9F0773

Color information

#9F0773 (or 0x9F0773) is unknown color: approx Eggplant. HEX triplet: 9F, 07 and 73. RGB value is (159,7,115). Sum of RGB (Red+Green+Blue) = 159+7+115=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0773 is #60F88C. Grayscale: #404040. Windows color (decimal): -6355085 or 7538591. OLE color: 7538591.

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

Color convert

RGB1597115-
CMYK00.960.280.38
HSL317.37º91.57%32.55%-
HSV(B)317.37º95.6%62.35%-
XYZ17.478.7616.99-
YUV64.76156.36195.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=56.58%
G=2.49%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159711500.960.280.38317.3791.5732.55
Hex9F7730601C2613d5c21
Octal23771630140344647513441
Binary10011111111111001101100000111001001101001111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,7,115); }

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

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

 a { background-color: rgb(159,7,115); }

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

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

 span { border-color: rgb(159,7,115); }

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