Shades of Dark Magenta #9F0DA5
Tints of Dark Magenta #9F0DA5
RGB
CMYK
RGB Variations
Color information
#9F0DA5 (or 0x9F0DA5) is known color: Dark Magenta. HEX triplet: 9F, 0D and A5. RGB value is (159,13,165). Sum of RGB (Red+Green+Blue) = 159+13+165=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F0DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0DA5 is #60F25A. Grayscale: #494949. Windows color (decimal): -6353499 or 10816927. OLE color: 10816927.
HSL color Cylindrical-coordinate representation of color #9F0DA5: hue angle of 297.63º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0DA5 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 13 | 165 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.35 |
| HSL | 297.63º | 0.85% | 0.35% | - |
| HSV(B) | 297.63º | 0.92% | 0.65% | - |
| XYZ | 21.23 | 10.38 | 36.48 | - |
| YUV | 73.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 165 | 0.04 | 0.92 | 0 | 0.35 | 297.63 | 0.85 | 0.35 |
| Hex | 9F | D | A5 | 4 | 5C | 0 | 23 | 12A | 55 | 23 |
| Octal | 237 | 15 | 245 | 4 | 134 | 0 | 43 | 452 | 125 | 43 |
| Binary | 10011111 | 1101 | 10100101 | 100 | 1011100 | 0 | 100011 | 100101010 | 1010101 | 100011 |
Color Harmonies of #9F0DA5
Complementary color
Monochromatic Colors of #9F0DA5
Black with #9F0DA5
Text Example
Text Example
White with #9F0DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DA5; }
p { color: rgb(159,13,165); }
H1.HeaderClassName
{
color: #9F0DA5;
}
.AnyTagClassName
{
color: #9F0DA5;
}
</style>
background-color css
<style>
a { background-color: #9F0DA5; }
a { background-color: rgb(159,13,165); }
div.DivClassName
{
background-color: #9F0DA5;
}
.BgClassName
{
background-color: #9F0DA5;
}
</style>
border-color css
<style>
span { border-color: #9F0DA5; }
span { border-color: rgb(159,13,165); }
td.TdClassName
{
border-color: #9F0DA5;
}
.TagClassName
{
border-color: #9F0DA5;
}
</style>