#9F0E6C

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

Shades of Eggplant #9F0E6C

Tints of Eggplant #9F0E6C

Color information

#9F0E6C (or 0x9F0E6C) is unknown color: approx Eggplant. HEX triplet: 9F, 0E and 6C. RGB value is (159,14,108). Sum of RGB (Red+Green+Blue) = 159+14+108=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E6C is #60F193. Grayscale: #434343. Windows color (decimal): -6353300 or 7081631. OLE color: 7081631.

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

Color convert

RGB15914108-
CMYK00.910.320.38
HSL321.1º83.82%33.92%-
HSV(B)321.1º91.19%62.35%-
XYZ17.168.7714.98-
YUV68.07150.54192.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=56.58%
G=4.98%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591410800.910.320.38321.183.8233.92
Hex9FE6C05B20261415422
Octal237161540133404650112442
Binary1001111111101101100010110111000001001101010000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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