#9F077F

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

Shades of Eggplant #9F077F

Tints of Eggplant #9F077F

Color information

#9F077F (or 0x9F077F) is unknown color: approx Eggplant. HEX triplet: 9F, 07 and 7F. RGB value is (159,7,127). Sum of RGB (Red+Green+Blue) = 159+7+127=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F077F is #60F880. Grayscale: #414141. Windows color (decimal): -6355073 or 8325023. OLE color: 8325023.

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

Color convert

RGB1597127-
CMYK00.960.200.38
HSL312.63º91.57%32.55%-
HSV(B)312.63º95.6%62.35%-
XYZ18.29.0620.87-
YUV66.13162.36194.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 127 (50% from 255) = 43.34%
R=54.27%
G=2.39%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159712700.960.200.38312.6391.5732.55
Hex9F77F06014261395c21
Octal23771770140244647113441
Binary10011111111111111101100000101001001101001110011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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