Shades of Dark Magenta #9F07A4
Tints of Dark Magenta #9F07A4
RGB
CMYK
RGB Variations
Color information
#9F07A4 (or 0x9F07A4) is known color: Dark Magenta. HEX triplet: 9F, 07 and A4. RGB value is (159,7,164). Sum of RGB (Red+Green+Blue) = 159+7+164=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F07A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F07A4 is #60F85B. Grayscale: #454545. Windows color (decimal): -6355036 or 10749855. OLE color: 10749855.
HSL color Cylindrical-coordinate representation of color #9F07A4: hue angle of 298.09º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F07A4 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 7 | 164 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.36 |
| HSL | 298.09º | 0.92% | 0.34% | - |
| HSV(B) | 298.09º | 0.96% | 0.64% | - |
| XYZ | 21.07 | 10.2 | 35.98 | - |
| YUV | 70.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 164 | 0.03 | 0.96 | 0 | 0.36 | 298.09 | 0.92 | 0.34 |
| Hex | 9F | 7 | A4 | 3 | 60 | 0 | 24 | 12A | 5C | 22 |
| Octal | 237 | 7 | 244 | 3 | 140 | 0 | 44 | 452 | 134 | 42 |
| Binary | 10011111 | 111 | 10100100 | 11 | 1100000 | 0 | 100100 | 100101010 | 1011100 | 100010 |
Color Harmonies of #9F07A4
Complementary color
Monochromatic Colors of #9F07A4
Black with #9F07A4
Text Example
Text Example
White with #9F07A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07A4; }
p { color: rgb(159,7,164); }
H1.HeaderClassName
{
color: #9F07A4;
}
.AnyTagClassName
{
color: #9F07A4;
}
</style>
background-color css
<style>
a { background-color: #9F07A4; }
a { background-color: rgb(159,7,164); }
div.DivClassName
{
background-color: #9F07A4;
}
.BgClassName
{
background-color: #9F07A4;
}
</style>
border-color css
<style>
span { border-color: #9F07A4; }
span { border-color: rgb(159,7,164); }
td.TdClassName
{
border-color: #9F07A4;
}
.TagClassName
{
border-color: #9F07A4;
}
</style>