#9F027C

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

Shades of Eggplant #9F027C

Tints of Eggplant #9F027C

Color information

#9F027C (or 0x9F027C) is unknown color: approx Eggplant. HEX triplet: 9F, 02 and 7C. RGB value is (159,2,124). Sum of RGB (Red+Green+Blue) = 159+2+124=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027C is #60FD83. Grayscale: #3E3E3E. Windows color (decimal): -6356356 or 8127135. OLE color: 8127135.

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

Color convert

RGB1592124-
CMYK00.990.220.38
HSL313.38º97.52%31.57%-
HSV(B)313.38º98.74%62.35%-
XYZ17.968.8719.83-
YUV62.85162.51196.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.79%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=55.79%
G=0.70%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159212400.990.220.38313.3897.5231.57
Hex9F27C06316261396220
Octal23721740143264647114240
Binary1001111110111110001100011101101001101001110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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