#9F126E

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

Shades of Eggplant #9F126E

Tints of Eggplant #9F126E

Color information

#9F126E (or 0x9F126E) is unknown color: approx Eggplant. HEX triplet: 9F, 12 and 6E. RGB value is (159,18,110). Sum of RGB (Red+Green+Blue) = 159+18+110=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F126E is #60ED91. Grayscale: #464646. Windows color (decimal): -6352274 or 7213727. OLE color: 7213727.

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

Color convert

RGB15918110-
CMYK00.890.310.38
HSL320.85º79.66%34.71%-
HSV(B)320.85º88.68%62.35%-
XYZ17.338.9315.56-
YUV70.65150.21191.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.40%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=55.40%
G=6.27%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591811000.890.310.38320.8579.6634.71
Hex9F126E0591F261415023
Octal237221560131374650112043
Binary1001111110010110111001011001111111001101010000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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