#9F1186

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

Shades of Dark Magenta #9F1186

Tints of Dark Magenta #9F1186

Color information

#9F1186 (or 0x9F1186) is unknown color: approx Dark Magenta. HEX triplet: 9F, 11 and 86. RGB value is (159,17,134). Sum of RGB (Red+Green+Blue) = 159+17+134=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1186 is #60EE79. Grayscale: #484848. Windows color (decimal): -6352506 or 8786335. OLE color: 8786335.

HSL color Cylindrical-coordinate representation of color #9F1186: hue angle of 310.56º degrees, saturation: 0.81, 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 #9F1186 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15917134-
CMYK00.890.160.38
HSL310.56º80.68%34.51%-
HSV(B)310.56º89.31%62.35%-
XYZ18.89.4923.4-
YUV72.8162.54189.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.29%
GREEN value IS 17 (7.03% from 255) = 5.48%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=51.29%
G=5.48%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591713400.890.160.38310.5680.6834.51
Hex9F118605910261375123
Octal237212060131204646712143
Binary10011111100011000011001011001100001001101001101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,17,134); }

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

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

 a { background-color: rgb(159,17,134); }

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

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

 span { border-color: rgb(159,17,134); }

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