Shades of Dark Magenta #9602AD
Tints of Dark Magenta #9602AD
RGB
CMYK
RGB Variations
Color information
#9602AD (or 0x9602AD) is known color: Dark Magenta. HEX triplet: 96, 02 and AD. RGB value is (150,2,173). Sum of RGB (Red+Green+Blue) = 150+2+173=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #9602AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9602AD is #69FD52. Grayscale: #414141. Windows color (decimal): -6946131 or 11338390. OLE color: 11338390.
HSL color Cylindrical-coordinate representation of color #9602AD: hue angle of 291.93º degrees, saturation: 0.98, 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 #9602AD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 2 | 173 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.32 |
| HSL | 291.93º | 0.98% | 0.34% | - |
| HSV(B) | 291.93º | 0.99% | 0.68% | - |
| XYZ | 20.14 | 9.54 | 40.32 | - |
| YUV | 65.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 173 | 0.13 | 0.99 | 0 | 0.32 | 291.93 | 0.98 | 0.34 |
| Hex | 96 | 2 | AD | D | 63 | 0 | 20 | 124 | 62 | 22 |
| Octal | 226 | 2 | 255 | 15 | 143 | 0 | 40 | 444 | 142 | 42 |
| Binary | 10010110 | 10 | 10101101 | 1101 | 1100011 | 0 | 100000 | 100100100 | 1100010 | 100010 |
Color Harmonies of #9602AD
Complementary color
Monochromatic Colors of #9602AD
Black with #9602AD
Text Example
Text Example
White with #9602AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9602AD; }
p { color: rgb(150,2,173); }
H1.HeaderClassName
{
color: #9602AD;
}
.AnyTagClassName
{
color: #9602AD;
}
</style>
background-color css
<style>
a { background-color: #9602AD; }
a { background-color: rgb(150,2,173); }
div.DivClassName
{
background-color: #9602AD;
}
.BgClassName
{
background-color: #9602AD;
}
</style>
border-color css
<style>
span { border-color: #9602AD; }
span { border-color: rgb(150,2,173); }
td.TdClassName
{
border-color: #9602AD;
}
.TagClassName
{
border-color: #9602AD;
}
</style>