#9F0E6F

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

Shades of Eggplant #9F0E6F

Tints of Eggplant #9F0E6F

Color information

#9F0E6F (or 0x9F0E6F) is unknown color: approx Eggplant. HEX triplet: 9F, 0E and 6F. RGB value is (159,14,111). Sum of RGB (Red+Green+Blue) = 159+14+111=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E6F is #60F190. Grayscale: #444444. Windows color (decimal): -6353297 or 7278239. OLE color: 7278239.

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

Color convert

RGB15914111-
CMYK00.910.300.38
HSL319.86º83.82%33.92%-
HSV(B)319.86º91.19%62.35%-
XYZ17.328.8315.83-
YUV68.41152.04192.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.99%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=55.99%
G=4.93%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591411100.910.300.38319.8683.8233.92
Hex9FE6F05B1E261405422
Octal237161570133364650012442
Binary100111111110110111101011011111101001101010000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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