Shades of Dark Magenta #9B02AD
Tints of Dark Magenta #9B02AD
RGB
CMYK
RGB Variations
Color information
#9B02AD (or 0x9B02AD) is known color: Dark Magenta. HEX triplet: 9B, 02 and AD. RGB value is (155,2,173). Sum of RGB (Red+Green+Blue) = 155+2+173=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B02AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B02AD is #64FD52. Grayscale: #424242. Windows color (decimal): -6618451 or 11338395. OLE color: 11338395.
HSL color Cylindrical-coordinate representation of color #9B02AD: hue angle of 293.68º 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 #9B02AD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 2 | 173 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.32 |
| HSL | 293.68º | 0.98% | 0.34% | - |
| HSV(B) | 293.68º | 0.99% | 0.68% | - |
| XYZ | 21.08 | 10.03 | 40.36 | - |
| YUV | 67.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 173 | 0.10 | 0.99 | 0 | 0.32 | 293.68 | 0.98 | 0.34 |
| Hex | 9B | 2 | AD | A | 63 | 0 | 20 | 126 | 62 | 22 |
| Octal | 233 | 2 | 255 | 12 | 143 | 0 | 40 | 446 | 142 | 42 |
| Binary | 10011011 | 10 | 10101101 | 1010 | 1100011 | 0 | 100000 | 100100110 | 1100010 | 100010 |
Color Harmonies of #9B02AD
Complementary color
Monochromatic Colors of #9B02AD
Black with #9B02AD
Text Example
Text Example
White with #9B02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02AD; }
p { color: rgb(155,2,173); }
H1.HeaderClassName
{
color: #9B02AD;
}
.AnyTagClassName
{
color: #9B02AD;
}
</style>
background-color css
<style>
a { background-color: #9B02AD; }
a { background-color: rgb(155,2,173); }
div.DivClassName
{
background-color: #9B02AD;
}
.BgClassName
{
background-color: #9B02AD;
}
</style>
border-color css
<style>
span { border-color: #9B02AD; }
span { border-color: rgb(155,2,173); }
td.TdClassName
{
border-color: #9B02AD;
}
.TagClassName
{
border-color: #9B02AD;
}
</style>