Shades of Dark Magenta #9802AB
Tints of Dark Magenta #9802AB
RGB
CMYK
RGB Variations
Color information
#9802AB (or 0x9802AB) is known color: Dark Magenta. HEX triplet: 98, 02 and AB. RGB value is (152,2,171). Sum of RGB (Red+Green+Blue) = 152+2+171=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #9802AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9802AB is #67FD54. Grayscale: #414141. Windows color (decimal): -6815061 or 11207320. OLE color: 11207320.
HSL color Cylindrical-coordinate representation of color #9802AB: hue angle of 293.25º 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 #9802AB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 2 | 171 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.33 |
| HSL | 293.25º | 0.98% | 0.34% | - |
| HSV(B) | 293.25º | 0.99% | 0.67% | - |
| XYZ | 20.32 | 9.66 | 39.32 | - |
| YUV | 66.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 171 | 0.11 | 0.99 | 0 | 0.33 | 293.25 | 0.98 | 0.34 |
| Hex | 98 | 2 | AB | B | 63 | 0 | 21 | 125 | 62 | 22 |
| Octal | 230 | 2 | 253 | 13 | 143 | 0 | 41 | 445 | 142 | 42 |
| Binary | 10011000 | 10 | 10101011 | 1011 | 1100011 | 0 | 100001 | 100100101 | 1100010 | 100010 |
Color Harmonies of #9802AB
Complementary color
Monochromatic Colors of #9802AB
Black with #9802AB
Text Example
Text Example
White with #9802AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802AB; }
p { color: rgb(152,2,171); }
H1.HeaderClassName
{
color: #9802AB;
}
.AnyTagClassName
{
color: #9802AB;
}
</style>
background-color css
<style>
a { background-color: #9802AB; }
a { background-color: rgb(152,2,171); }
div.DivClassName
{
background-color: #9802AB;
}
.BgClassName
{
background-color: #9802AB;
}
</style>
border-color css
<style>
span { border-color: #9802AB; }
span { border-color: rgb(152,2,171); }
td.TdClassName
{
border-color: #9802AB;
}
.TagClassName
{
border-color: #9802AB;
}
</style>