#9F086F

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

Shades of Eggplant #9F086F

Tints of Eggplant #9F086F

Color information

#9F086F (or 0x9F086F) is unknown color: approx Eggplant. HEX triplet: 9F, 08 and 6F. RGB value is (159,8,111). Sum of RGB (Red+Green+Blue) = 159+8+111=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F086F is #60F790. Grayscale: #404040. Windows color (decimal): -6354833 or 7276703. OLE color: 7276703.

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

Color convert

RGB1598111-
CMYK00.950.300.38
HSL319.07º90.42%32.75%-
HSV(B)319.07º94.97%62.35%-
XYZ17.258.6915.81-
YUV64.89154.03195.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.19%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=57.19%
G=2.88%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159811100.950.300.38319.0790.4232.75
Hex9F86F05F1E2613f5a21
Octal237101570137364647713241
Binary100111111000110111101011111111101001101001111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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