Shades of Dark Magenta #9813AD
Tints of Dark Magenta #9813AD
RGB
CMYK
RGB Variations
Color information
#9813AD (or 0x9813AD) is known color: Dark Magenta. HEX triplet: 98, 13 and AD. RGB value is (152,19,173). Sum of RGB (Red+Green+Blue) = 152+19+173=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #9813AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9813AD is #67EC52. Grayscale: #4B4B4B. Windows color (decimal): -6810707 or 11342744. OLE color: 11342744.
HSL color Cylindrical-coordinate representation of color #9813AD: hue angle of 291.82º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9813AD is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 19 | 173 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.32 |
| HSL | 291.82º | 0.8% | 0.38% | - |
| HSV(B) | 291.82º | 0.89% | 0.68% | - |
| XYZ | 20.72 | 10.16 | 40.4 | - |
| YUV | 76.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 173 | 0.12 | 0.89 | 0 | 0.32 | 291.82 | 0.8 | 0.38 |
| Hex | 98 | 13 | AD | C | 59 | 0 | 20 | 124 | 50 | 26 |
| Octal | 230 | 23 | 255 | 14 | 131 | 0 | 40 | 444 | 120 | 46 |
| Binary | 10011000 | 10011 | 10101101 | 1100 | 1011001 | 0 | 100000 | 100100100 | 1010000 | 100110 |
Color Harmonies of #9813AD
Complementary color
Monochromatic Colors of #9813AD
Black with #9813AD
Text Example
Text Example
White with #9813AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813AD; }
p { color: rgb(152,19,173); }
H1.HeaderClassName
{
color: #9813AD;
}
.AnyTagClassName
{
color: #9813AD;
}
</style>
background-color css
<style>
a { background-color: #9813AD; }
a { background-color: rgb(152,19,173); }
div.DivClassName
{
background-color: #9813AD;
}
.BgClassName
{
background-color: #9813AD;
}
</style>
border-color css
<style>
span { border-color: #9813AD; }
span { border-color: rgb(152,19,173); }
td.TdClassName
{
border-color: #9813AD;
}
.TagClassName
{
border-color: #9813AD;
}
</style>