Shades of Dark Magenta #9A109F
Tints of Dark Magenta #9A109F
RGB
CMYK
RGB Variations
Color information
#9A109F (or 0x9A109F) is known color: Dark Magenta. HEX triplet: 9A, 10 and 9F. RGB value is (154,16,159). Sum of RGB (Red+Green+Blue) = 154+16+159=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A109F is #65EF60. Grayscale: #494949. Windows color (decimal): -6680417 or 10424474. OLE color: 10424474.
HSL color Cylindrical-coordinate representation of color #9A109F: hue angle of 297.9º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A109F is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 16 | 159 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.38 |
| HSL | 297.9º | 0.82% | 0.34% | - |
| HSV(B) | 297.9º | 0.9% | 0.62% | - |
| XYZ | 19.77 | 9.74 | 33.64 | - |
| YUV | 73.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 159 | 0.03 | 0.90 | 0 | 0.38 | 297.9 | 0.82 | 0.34 |
| Hex | 9A | 10 | 9F | 3 | 5A | 0 | 26 | 12A | 52 | 22 |
| Octal | 232 | 20 | 237 | 3 | 132 | 0 | 46 | 452 | 122 | 42 |
| Binary | 10011010 | 10000 | 10011111 | 11 | 1011010 | 0 | 100110 | 100101010 | 1010010 | 100010 |
Color Harmonies of #9A109F
Complementary color
Monochromatic Colors of #9A109F
Black with #9A109F
Text Example
Text Example
White with #9A109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A109F; }
p { color: rgb(154,16,159); }
H1.HeaderClassName
{
color: #9A109F;
}
.AnyTagClassName
{
color: #9A109F;
}
</style>
background-color css
<style>
a { background-color: #9A109F; }
a { background-color: rgb(154,16,159); }
div.DivClassName
{
background-color: #9A109F;
}
.BgClassName
{
background-color: #9A109F;
}
</style>
border-color css
<style>
span { border-color: #9A109F; }
span { border-color: rgb(154,16,159); }
td.TdClassName
{
border-color: #9A109F;
}
.TagClassName
{
border-color: #9A109F;
}
</style>