Shades of Dark Magenta #9A0DAB
Tints of Dark Magenta #9A0DAB
RGB
CMYK
RGB Variations
Color information
#9A0DAB (or 0x9A0DAB) is known color: Dark Magenta. HEX triplet: 9A, 0D and AB. RGB value is (154,13,171). Sum of RGB (Red+Green+Blue) = 154+13+171=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0DAB is #65F254. Grayscale: #484848. Windows color (decimal): -6681173 or 11210138. OLE color: 11210138.
HSL color Cylindrical-coordinate representation of color #9A0DAB: hue angle of 293.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0DAB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 13 | 171 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.33 |
| HSL | 293.54º | 0.86% | 0.36% | - |
| HSV(B) | 293.54º | 0.92% | 0.67% | - |
| XYZ | 20.82 | 10.1 | 39.38 | - |
| YUV | 73.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 171 | 0.10 | 0.92 | 0 | 0.33 | 293.54 | 0.86 | 0.36 |
| Hex | 9A | D | AB | A | 5C | 0 | 21 | 126 | 56 | 24 |
| Octal | 232 | 15 | 253 | 12 | 134 | 0 | 41 | 446 | 126 | 44 |
| Binary | 10011010 | 1101 | 10101011 | 1010 | 1011100 | 0 | 100001 | 100100110 | 1010110 | 100100 |
Color Harmonies of #9A0DAB
Complementary color
Monochromatic Colors of #9A0DAB
Black with #9A0DAB
Text Example
Text Example
White with #9A0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DAB; }
p { color: rgb(154,13,171); }
H1.HeaderClassName
{
color: #9A0DAB;
}
.AnyTagClassName
{
color: #9A0DAB;
}
</style>
background-color css
<style>
a { background-color: #9A0DAB; }
a { background-color: rgb(154,13,171); }
div.DivClassName
{
background-color: #9A0DAB;
}
.BgClassName
{
background-color: #9A0DAB;
}
</style>
border-color css
<style>
span { border-color: #9A0DAB; }
span { border-color: rgb(154,13,171); }
td.TdClassName
{
border-color: #9A0DAB;
}
.TagClassName
{
border-color: #9A0DAB;
}
</style>