#9F0E6E

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

Shades of Eggplant #9F0E6E

Tints of Eggplant #9F0E6E

Color information

#9F0E6E (or 0x9F0E6E) is unknown color: approx Eggplant. HEX triplet: 9F, 0E and 6E. RGB value is (159,14,110). Sum of RGB (Red+Green+Blue) = 159+14+110=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E6E is #60F191. Grayscale: #444444. Windows color (decimal): -6353298 or 7212703. OLE color: 7212703.

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

Color convert

RGB15914110-
CMYK00.910.310.38
HSL320.28º83.82%33.92%-
HSV(B)320.28º91.19%62.35%-
XYZ17.278.8115.54-
YUV68.3151.54192.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.18%
GREEN value IS 14 (5.86% from 255) = 4.95%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=56.18%
G=4.95%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591411000.910.310.38320.2883.8233.92
Hex9FE6E05B1F261405422
Octal237161560133374650012442
Binary100111111110110111001011011111111001101010000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,14,110); }

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

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

 a { background-color: rgb(159,14,110); }

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

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

 span { border-color: rgb(159,14,110); }

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