Shades of Dark Magenta #9801AE
Tints of Dark Magenta #9801AE
RGB
CMYK
RGB Variations
Color information
#9801AE (or 0x9801AE) is known color: Dark Magenta. HEX triplet: 98, 01 and AE. RGB value is (152,1,174). Sum of RGB (Red+Green+Blue) = 152+1+174=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #9801AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9801AE is #67FE51. Grayscale: #414141. Windows color (decimal): -6815314 or 11403672. OLE color: 11403672.
HSL color Cylindrical-coordinate representation of color #9801AE: hue angle of 292.37º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9801AE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 1 | 174 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.32 |
| HSL | 292.37º | 0.99% | 0.34% | - |
| HSV(B) | 292.37º | 0.99% | 0.68% | - |
| XYZ | 20.6 | 9.75 | 40.84 | - |
| YUV | 65.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 174 | 0.13 | 0.99 | 0 | 0.32 | 292.37 | 0.99 | 0.34 |
| Hex | 98 | 1 | AE | D | 63 | 0 | 20 | 124 | 63 | 22 |
| Octal | 230 | 1 | 256 | 15 | 143 | 0 | 40 | 444 | 143 | 42 |
| Binary | 10011000 | 1 | 10101110 | 1101 | 1100011 | 0 | 100000 | 100100100 | 1100011 | 100010 |
Color Harmonies of #9801AE
Complementary color
Monochromatic Colors of #9801AE
Black with #9801AE
Text Example
Text Example
White with #9801AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9801AE; }
p { color: rgb(152,1,174); }
H1.HeaderClassName
{
color: #9801AE;
}
.AnyTagClassName
{
color: #9801AE;
}
</style>
background-color css
<style>
a { background-color: #9801AE; }
a { background-color: rgb(152,1,174); }
div.DivClassName
{
background-color: #9801AE;
}
.BgClassName
{
background-color: #9801AE;
}
</style>
border-color css
<style>
span { border-color: #9801AE; }
span { border-color: rgb(152,1,174); }
td.TdClassName
{
border-color: #9801AE;
}
.TagClassName
{
border-color: #9801AE;
}
</style>