Shades of Dark Magenta #9801AA
Tints of Dark Magenta #9801AA
RGB
CMYK
RGB Variations
Color information
#9801AA (or 0x9801AA) is known color: Dark Magenta. HEX triplet: 98, 01 and AA. RGB value is (152,1,170). Sum of RGB (Red+Green+Blue) = 152+1+170=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #9801AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9801AA is #67FE55. Grayscale: #404040. Windows color (decimal): -6815318 or 11141528. OLE color: 11141528.
HSL color Cylindrical-coordinate representation of color #9801AA: hue angle of 293.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9801AA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 1 | 170 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.33 |
| HSL | 293.61º | 0.99% | 0.34% | - |
| HSV(B) | 293.61º | 0.99% | 0.67% | - |
| XYZ | 20.22 | 9.6 | 38.82 | - |
| YUV | 65.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 170 | 0.11 | 0.99 | 0 | 0.33 | 293.61 | 0.99 | 0.34 |
| Hex | 98 | 1 | AA | B | 63 | 0 | 21 | 126 | 63 | 22 |
| Octal | 230 | 1 | 252 | 13 | 143 | 0 | 41 | 446 | 143 | 42 |
| Binary | 10011000 | 1 | 10101010 | 1011 | 1100011 | 0 | 100001 | 100100110 | 1100011 | 100010 |
Color Harmonies of #9801AA
Complementary color
Monochromatic Colors of #9801AA
Black with #9801AA
Text Example
Text Example
White with #9801AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9801AA; }
p { color: rgb(152,1,170); }
H1.HeaderClassName
{
color: #9801AA;
}
.AnyTagClassName
{
color: #9801AA;
}
</style>
background-color css
<style>
a { background-color: #9801AA; }
a { background-color: rgb(152,1,170); }
div.DivClassName
{
background-color: #9801AA;
}
.BgClassName
{
background-color: #9801AA;
}
</style>
border-color css
<style>
span { border-color: #9801AA; }
span { border-color: rgb(152,1,170); }
td.TdClassName
{
border-color: #9801AA;
}
.TagClassName
{
border-color: #9801AA;
}
</style>