Shades of Dark Magenta #9F1A9A
Tints of Dark Magenta #9F1A9A
RGB
CMYK
RGB Variations
Color information
#9F1A9A (or 0x9F1A9A) is known color: Dark Magenta. HEX triplet: 9F, 1A and 9A. RGB value is (159,26,154). Sum of RGB (Red+Green+Blue) = 159+26+154=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1A9A is #60E565. Grayscale: #4F4F4F. Windows color (decimal): -6350182 or 10099359. OLE color: 10099359.
HSL color Cylindrical-coordinate representation of color #9F1A9A: hue angle of 302.26º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A9A is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 154 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.38 |
| HSL | 302.26º | 0.72% | 0.36% | - |
| HSV(B) | 302.26º | 0.84% | 0.62% | - |
| XYZ | 20.5 | 10.44 | 31.51 | - |
| YUV | 80.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 154 | 0 | 0.84 | 0.03 | 0.38 | 302.26 | 0.72 | 0.36 |
| Hex | 9F | 1A | 9A | 0 | 54 | 3 | 26 | 12E | 48 | 24 |
| Octal | 237 | 32 | 232 | 0 | 124 | 3 | 46 | 456 | 110 | 44 |
| Binary | 10011111 | 11010 | 10011010 | 0 | 1010100 | 11 | 100110 | 100101110 | 1001000 | 100100 |
Color Harmonies of #9F1A9A
Complementary color
Monochromatic Colors of #9F1A9A
Black with #9F1A9A
Text Example
Text Example
White with #9F1A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A9A; }
p { color: rgb(159,26,154); }
H1.HeaderClassName
{
color: #9F1A9A;
}
.AnyTagClassName
{
color: #9F1A9A;
}
</style>
background-color css
<style>
a { background-color: #9F1A9A; }
a { background-color: rgb(159,26,154); }
div.DivClassName
{
background-color: #9F1A9A;
}
.BgClassName
{
background-color: #9F1A9A;
}
</style>
border-color css
<style>
span { border-color: #9F1A9A; }
span { border-color: rgb(159,26,154); }
td.TdClassName
{
border-color: #9F1A9A;
}
.TagClassName
{
border-color: #9F1A9A;
}
</style>