Shades of Dark Magenta #9F1C9A
Tints of Dark Magenta #9F1C9A
RGB
CMYK
RGB Variations
Color information
#9F1C9A (or 0x9F1C9A) is known color: Dark Magenta. HEX triplet: 9F, 1C and 9A. RGB value is (159,28,154). Sum of RGB (Red+Green+Blue) = 159+28+154=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C9A is #60E365. Grayscale: #515151. Windows color (decimal): -6349670 or 10099871. OLE color: 10099871.
HSL color Cylindrical-coordinate representation of color #9F1C9A: hue angle of 302.29º degrees, saturation: 0.7, 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 #9F1C9A is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 28 | 154 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.38 |
| HSL | 302.29º | 0.7% | 0.37% | - |
| HSV(B) | 302.29º | 0.82% | 0.62% | - |
| XYZ | 20.55 | 10.53 | 31.52 | - |
| YUV | 81.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 154 | 0 | 0.82 | 0.03 | 0.38 | 302.29 | 0.7 | 0.37 |
| Hex | 9F | 1C | 9A | 0 | 52 | 3 | 26 | 12E | 46 | 25 |
| Octal | 237 | 34 | 232 | 0 | 122 | 3 | 46 | 456 | 106 | 45 |
| Binary | 10011111 | 11100 | 10011010 | 0 | 1010010 | 11 | 100110 | 100101110 | 1000110 | 100101 |
Color Harmonies of #9F1C9A
Complementary color
Monochromatic Colors of #9F1C9A
Black with #9F1C9A
Text Example
Text Example
White with #9F1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1C9A; }
p { color: rgb(159,28,154); }
H1.HeaderClassName
{
color: #9F1C9A;
}
.AnyTagClassName
{
color: #9F1C9A;
}
</style>
background-color css
<style>
a { background-color: #9F1C9A; }
a { background-color: rgb(159,28,154); }
div.DivClassName
{
background-color: #9F1C9A;
}
.BgClassName
{
background-color: #9F1C9A;
}
</style>
border-color css
<style>
span { border-color: #9F1C9A; }
span { border-color: rgb(159,28,154); }
td.TdClassName
{
border-color: #9F1C9A;
}
.TagClassName
{
border-color: #9F1C9A;
}
</style>