Shades of Dark Magenta #9F09AD
Tints of Dark Magenta #9F09AD
RGB
CMYK
RGB Variations
Color information
#9F09AD (or 0x9F09AD) is known color: Dark Magenta. HEX triplet: 9F, 09 and AD. RGB value is (159,9,173). Sum of RGB (Red+Green+Blue) = 159+9+173=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F09AD is #60F652. Grayscale: #484848. Windows color (decimal): -6354515 or 11340191. OLE color: 11340191.
HSL color Cylindrical-coordinate representation of color #9F09AD: hue angle of 294.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F09AD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 9 | 173 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.32 |
| HSL | 294.88º | 0.9% | 0.36% | - |
| HSV(B) | 294.88º | 0.95% | 0.68% | - |
| XYZ | 21.94 | 10.58 | 40.42 | - |
| YUV | 72.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 173 | 0.08 | 0.95 | 0 | 0.32 | 294.88 | 0.9 | 0.36 |
| Hex | 9F | 9 | AD | 8 | 5F | 0 | 20 | 127 | 5A | 24 |
| Octal | 237 | 11 | 255 | 10 | 137 | 0 | 40 | 447 | 132 | 44 |
| Binary | 10011111 | 1001 | 10101101 | 1000 | 1011111 | 0 | 100000 | 100100111 | 1011010 | 100100 |
Color Harmonies of #9F09AD
Complementary color
Monochromatic Colors of #9F09AD
Black with #9F09AD
Text Example
Text Example
White with #9F09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09AD; }
p { color: rgb(159,9,173); }
H1.HeaderClassName
{
color: #9F09AD;
}
.AnyTagClassName
{
color: #9F09AD;
}
</style>
background-color css
<style>
a { background-color: #9F09AD; }
a { background-color: rgb(159,9,173); }
div.DivClassName
{
background-color: #9F09AD;
}
.BgClassName
{
background-color: #9F09AD;
}
</style>
border-color css
<style>
span { border-color: #9F09AD; }
span { border-color: rgb(159,9,173); }
td.TdClassName
{
border-color: #9F09AD;
}
.TagClassName
{
border-color: #9F09AD;
}
</style>