Shades of Dark Magenta #9802AA
Tints of Dark Magenta #9802AA
RGB
CMYK
RGB Variations
Color information
#9802AA (or 0x9802AA) is known color: Dark Magenta. HEX triplet: 98, 02 and AA. RGB value is (152,2,170). Sum of RGB (Red+Green+Blue) = 152+2+170=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #9802AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9802AA is #67FD55. Grayscale: #414141. Windows color (decimal): -6815062 or 11141784. OLE color: 11141784.
HSL color Cylindrical-coordinate representation of color #9802AA: hue angle of 293.57º degrees, saturation: 0.98, 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 #9802AA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 2 | 170 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.33 |
| HSL | 293.57º | 0.98% | 0.34% | - |
| HSV(B) | 293.57º | 0.99% | 0.67% | - |
| XYZ | 20.23 | 9.62 | 38.82 | - |
| YUV | 66 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 170 | 0.11 | 0.99 | 0 | 0.33 | 293.57 | 0.98 | 0.34 |
| Hex | 98 | 2 | AA | B | 63 | 0 | 21 | 126 | 62 | 22 |
| Octal | 230 | 2 | 252 | 13 | 143 | 0 | 41 | 446 | 142 | 42 |
| Binary | 10011000 | 10 | 10101010 | 1011 | 1100011 | 0 | 100001 | 100100110 | 1100010 | 100010 |
Color Harmonies of #9802AA
Complementary color
Monochromatic Colors of #9802AA
Black with #9802AA
Text Example
Text Example
White with #9802AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802AA; }
p { color: rgb(152,2,170); }
H1.HeaderClassName
{
color: #9802AA;
}
.AnyTagClassName
{
color: #9802AA;
}
</style>
background-color css
<style>
a { background-color: #9802AA; }
a { background-color: rgb(152,2,170); }
div.DivClassName
{
background-color: #9802AA;
}
.BgClassName
{
background-color: #9802AA;
}
</style>
border-color css
<style>
span { border-color: #9802AA; }
span { border-color: rgb(152,2,170); }
td.TdClassName
{
border-color: #9802AA;
}
.TagClassName
{
border-color: #9802AA;
}
</style>