#9F0C7F

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

Shades of Eggplant #9F0C7F

Tints of Eggplant #9F0C7F

Color information

#9F0C7F (or 0x9F0C7F) is unknown color: approx Eggplant. HEX triplet: 9F, 0C and 7F. RGB value is (159,12,127). Sum of RGB (Red+Green+Blue) = 159+12+127=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C7F is #60F380. Grayscale: #444444. Windows color (decimal): -6353793 or 8326303. OLE color: 8326303.

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

Color convert

RGB15912127-
CMYK00.920.200.38
HSL313.06º85.96%33.53%-
HSV(B)313.06º92.45%62.35%-
XYZ18.269.1720.89-
YUV69.06160.7192.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 127 (50% from 255) = 42.62%
R=53.36%
G=4.03%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591212700.920.200.38313.0685.9633.53
Hex9FC7F05C14261395622
Octal237141770134244647112642
Binary100111111100111111101011100101001001101001110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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