Shades of Dark Magenta #9A18A1
Tints of Dark Magenta #9A18A1
RGB
CMYK
RGB Variations
Color information
#9A18A1 (or 0x9A18A1) is known color: Dark Magenta. HEX triplet: 9A, 18 and A1. RGB value is (154,24,161). Sum of RGB (Red+Green+Blue) = 154+24+161=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #9A18A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A18A1 is #65E75E. Grayscale: #4E4E4E. Windows color (decimal): -6678367 or 10557594. OLE color: 10557594.
HSL color Cylindrical-coordinate representation of color #9A18A1: hue angle of 296.93º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A18A1 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 24 | 161 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.37 |
| HSL | 296.93º | 0.74% | 0.36% | - |
| HSV(B) | 296.93º | 0.85% | 0.63% | - |
| XYZ | 20.09 | 10.1 | 34.61 | - |
| YUV | 78.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 161 | 0.04 | 0.85 | 0 | 0.37 | 296.93 | 0.74 | 0.36 |
| Hex | 9A | 18 | A1 | 4 | 55 | 0 | 25 | 129 | 4A | 24 |
| Octal | 232 | 30 | 241 | 4 | 125 | 0 | 45 | 451 | 112 | 44 |
| Binary | 10011010 | 11000 | 10100001 | 100 | 1010101 | 0 | 100101 | 100101001 | 1001010 | 100100 |
Color Harmonies of #9A18A1
Complementary color
Monochromatic Colors of #9A18A1
Black with #9A18A1
Text Example
Text Example
White with #9A18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A18A1; }
p { color: rgb(154,24,161); }
H1.HeaderClassName
{
color: #9A18A1;
}
.AnyTagClassName
{
color: #9A18A1;
}
</style>
background-color css
<style>
a { background-color: #9A18A1; }
a { background-color: rgb(154,24,161); }
div.DivClassName
{
background-color: #9A18A1;
}
.BgClassName
{
background-color: #9A18A1;
}
</style>
border-color css
<style>
span { border-color: #9A18A1; }
span { border-color: rgb(154,24,161); }
td.TdClassName
{
border-color: #9A18A1;
}
.TagClassName
{
border-color: #9A18A1;
}
</style>