#9F2099

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

Shades of Dark Magenta #9F2099

Tints of Dark Magenta #9F2099

Color information

#9F2099 (or 0x9F2099) is unknown color: approx Dark Magenta. HEX triplet: 9F, 20 and 99. RGB value is (159,32,153). Sum of RGB (Red+Green+Blue) = 159+32+153=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2099 is #60DF66. Grayscale: #535353. Windows color (decimal): -6348647 or 10035359. OLE color: 10035359.

HSL color Cylindrical-coordinate representation of color #9F2099: hue angle of 302.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2099 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15932153-
CMYK00.800.040.38
HSL302.83º66.49%37.45%-
HSV(B)302.83º79.87%62.35%-
XYZ20.5610.731.12-
YUV83.77167.08181.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 32 (12.89% from 255) = 9.30%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=46.22%
G=9.30%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593215300.800.040.38302.8366.4937.45
Hex9F209905042612f4225
Octal23740231012044645710245
Binary1001111110000010011001010100001001001101001011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,153); }

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

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

 a { background-color: rgb(159,32,153); }

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

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

 span { border-color: rgb(159,32,153); }

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