Shades of Dark Magenta #9F1D9C
Tints of Dark Magenta #9F1D9C
RGB
CMYK
RGB Variations
Color information
#9F1D9C (or 0x9F1D9C) is known color: Dark Magenta. HEX triplet: 9F, 1D and 9C. RGB value is (159,29,156). Sum of RGB (Red+Green+Blue) = 159+29+156=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1D9C is #60E263. Grayscale: #515151. Windows color (decimal): -6349412 or 10231199. OLE color: 10231199.
HSL color Cylindrical-coordinate representation of color #9F1D9C: hue angle of 301.38º 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 #9F1D9C is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 156 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.38 |
| HSL | 301.38º | 0.69% | 0.37% | - |
| HSV(B) | 301.38º | 0.82% | 0.62% | - |
| XYZ | 20.74 | 10.65 | 32.42 | - |
| YUV | 82.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 156 | 0 | 0.82 | 0.02 | 0.38 | 301.38 | 0.69 | 0.37 |
| Hex | 9F | 1D | 9C | 0 | 52 | 2 | 26 | 12D | 45 | 25 |
| Octal | 237 | 35 | 234 | 0 | 122 | 2 | 46 | 455 | 105 | 45 |
| Binary | 10011111 | 11101 | 10011100 | 0 | 1010010 | 10 | 100110 | 100101101 | 1000101 | 100101 |
Color Harmonies of #9F1D9C
Complementary color
Monochromatic Colors of #9F1D9C
Black with #9F1D9C
Text Example
Text Example
White with #9F1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D9C; }
p { color: rgb(159,29,156); }
H1.HeaderClassName
{
color: #9F1D9C;
}
.AnyTagClassName
{
color: #9F1D9C;
}
</style>
background-color css
<style>
a { background-color: #9F1D9C; }
a { background-color: rgb(159,29,156); }
div.DivClassName
{
background-color: #9F1D9C;
}
.BgClassName
{
background-color: #9F1D9C;
}
</style>
border-color css
<style>
span { border-color: #9F1D9C; }
span { border-color: rgb(159,29,156); }
td.TdClassName
{
border-color: #9F1D9C;
}
.TagClassName
{
border-color: #9F1D9C;
}
</style>