#9F006E

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

Shades of Eggplant #9F006E

Tints of Eggplant #9F006E

Color information

#9F006E (or 0x9F006E) is unknown color: approx Eggplant. HEX triplet: 9F, 00 and 6E. RGB value is (159,0,110). Sum of RGB (Red+Green+Blue) = 159+0+110=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F006E is #60FF91. Grayscale: #3B3B3B. Windows color (decimal): -6356882 or 7209119. OLE color: 7209119.

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

Color convert

RGB1590110-
CMYK010.310.38
HSL318.49º100%31.18%-
HSV(B)318.49º100%62.35%-
XYZ17.118.515.49-
YUV60.08156.18198.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=59.11%
G=0%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590110010.310.38318.4910031.18
Hex9F06E0641F2613e641f
Octal23701560144374647614437
Binary10011111011011100110010011111100110100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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