#9F1D99

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

Shades of Dark Magenta #9F1D99

Tints of Dark Magenta #9F1D99

Color information

#9F1D99 (or 0x9F1D99) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1D and 99. RGB value is (159,29,153). Sum of RGB (Red+Green+Blue) = 159+29+153=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1D99 is #60E266. Grayscale: #515151. Windows color (decimal): -6349415 or 10034591. OLE color: 10034591.

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

Color convert

RGB15929153-
CMYK00.820.040.38
HSL302.77º69.15%36.86%-
HSV(B)302.77º81.76%62.35%-
XYZ20.4910.5531.09-
YUV82.01168.07182.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=46.63%
G=8.50%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592915300.820.040.38302.7769.1536.86
Hex9F1D9905242612f4525
Octal23735231012244645710545
Binary100111111110110011001010100101001001101001011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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