#9F027F

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

Shades of Eggplant #9F027F

Tints of Eggplant #9F027F

Color information

#9F027F (or 0x9F027F) is unknown color: approx Eggplant. HEX triplet: 9F, 02 and 7F. RGB value is (159,2,127). Sum of RGB (Red+Green+Blue) = 159+2+127=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027F is #60FD80. Grayscale: #3E3E3E. Windows color (decimal): -6356353 or 8323743. OLE color: 8323743.

HSL color Cylindrical-coordinate representation of color #9F027F: hue angle of 312.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F027F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB1592127-
CMYK00.990.200.38
HSL312.23º97.52%31.57%-
HSV(B)312.23º98.74%62.35%-
XYZ18.158.9520.85-
YUV63.19164.01196.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 127 (50% from 255) = 44.10%
R=55.21%
G=0.69%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159212700.990.200.38312.2397.5231.57
Hex9F27F06314261386220
Octal23721770143244647014240
Binary1001111110111111101100011101001001101001110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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