Shades of Dark Magenta #9A1F96
Tints of Dark Magenta #9A1F96
RGB
CMYK
RGB Variations
Color information
#9A1F96 (or 0x9A1F96) is known color: Dark Magenta. HEX triplet: 9A, 1F and 96. RGB value is (154,31,150). Sum of RGB (Red+Green+Blue) = 154+31+150=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1F96 is #65E069. Grayscale: #505050. Windows color (decimal): -6676586 or 9838490. OLE color: 9838490.
HSL color Cylindrical-coordinate representation of color #9A1F96: hue angle of 301.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F96 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 150 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.40 |
| HSL | 301.95º | 0.66% | 0.36% | - |
| HSV(B) | 301.95º | 0.8% | 0.6% | - |
| XYZ | 19.32 | 10.05 | 29.78 | - |
| YUV | 81.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 150 | 0 | 0.80 | 0.03 | 0.40 | 301.95 | 0.66 | 0.36 |
| Hex | 9A | 1F | 96 | 0 | 50 | 3 | 28 | 12E | 42 | 24 |
| Octal | 232 | 37 | 226 | 0 | 120 | 3 | 50 | 456 | 102 | 44 |
| Binary | 10011010 | 11111 | 10010110 | 0 | 1010000 | 11 | 101000 | 100101110 | 1000010 | 100100 |
Color Harmonies of #9A1F96
Complementary color
Monochromatic Colors of #9A1F96
Black with #9A1F96
Text Example
Text Example
White with #9A1F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F96; }
p { color: rgb(154,31,150); }
H1.HeaderClassName
{
color: #9A1F96;
}
.AnyTagClassName
{
color: #9A1F96;
}
</style>
background-color css
<style>
a { background-color: #9A1F96; }
a { background-color: rgb(154,31,150); }
div.DivClassName
{
background-color: #9A1F96;
}
.BgClassName
{
background-color: #9A1F96;
}
</style>
border-color css
<style>
span { border-color: #9A1F96; }
span { border-color: rgb(154,31,150); }
td.TdClassName
{
border-color: #9A1F96;
}
.TagClassName
{
border-color: #9A1F96;
}
</style>