Shades of Dark Magenta #9F0FA4
Tints of Dark Magenta #9F0FA4
RGB
CMYK
RGB Variations
Color information
#9F0FA4 (or 0x9F0FA4) is known color: Dark Magenta. HEX triplet: 9F, 0F and A4. RGB value is (159,15,164). Sum of RGB (Red+Green+Blue) = 159+15+164=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F0FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0FA4 is #60F05B. Grayscale: #4A4A4A. Windows color (decimal): -6352988 or 10751903. OLE color: 10751903.
HSL color Cylindrical-coordinate representation of color #9F0FA4: hue angle of 297.99º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0FA4 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 15 | 164 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.36 |
| HSL | 297.99º | 0.83% | 0.35% | - |
| HSV(B) | 297.99º | 0.91% | 0.64% | - |
| XYZ | 21.17 | 10.39 | 36.01 | - |
| YUV | 75.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 164 | 0.03 | 0.91 | 0 | 0.36 | 297.99 | 0.83 | 0.35 |
| Hex | 9F | F | A4 | 3 | 5B | 0 | 24 | 12A | 53 | 23 |
| Octal | 237 | 17 | 244 | 3 | 133 | 0 | 44 | 452 | 123 | 43 |
| Binary | 10011111 | 1111 | 10100100 | 11 | 1011011 | 0 | 100100 | 100101010 | 1010011 | 100011 |
Color Harmonies of #9F0FA4
Complementary color
Monochromatic Colors of #9F0FA4
Black with #9F0FA4
Text Example
Text Example
White with #9F0FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FA4; }
p { color: rgb(159,15,164); }
H1.HeaderClassName
{
color: #9F0FA4;
}
.AnyTagClassName
{
color: #9F0FA4;
}
</style>
background-color css
<style>
a { background-color: #9F0FA4; }
a { background-color: rgb(159,15,164); }
div.DivClassName
{
background-color: #9F0FA4;
}
.BgClassName
{
background-color: #9F0FA4;
}
</style>
border-color css
<style>
span { border-color: #9F0FA4; }
span { border-color: rgb(159,15,164); }
td.TdClassName
{
border-color: #9F0FA4;
}
.TagClassName
{
border-color: #9F0FA4;
}
</style>