Shades of Dark Magenta #9B02AB
Tints of Dark Magenta #9B02AB
RGB
CMYK
RGB Variations
Color information
#9B02AB (or 0x9B02AB) is known color: Dark Magenta. HEX triplet: 9B, 02 and AB. RGB value is (155,2,171). Sum of RGB (Red+Green+Blue) = 155+2+171=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B02AB is #64FD54. Grayscale: #424242. Windows color (decimal): -6618453 or 11207323. OLE color: 11207323.
HSL color Cylindrical-coordinate representation of color #9B02AB: hue angle of 294.32º 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 #9B02AB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 2 | 171 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.33 |
| HSL | 294.32º | 0.98% | 0.34% | - |
| HSV(B) | 294.32º | 0.99% | 0.67% | - |
| XYZ | 20.89 | 9.95 | 39.35 | - |
| YUV | 67.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 171 | 0.09 | 0.99 | 0 | 0.33 | 294.32 | 0.98 | 0.34 |
| Hex | 9B | 2 | AB | 9 | 63 | 0 | 21 | 126 | 62 | 22 |
| Octal | 233 | 2 | 253 | 11 | 143 | 0 | 41 | 446 | 142 | 42 |
| Binary | 10011011 | 10 | 10101011 | 1001 | 1100011 | 0 | 100001 | 100100110 | 1100010 | 100010 |
Color Harmonies of #9B02AB
Complementary color
Monochromatic Colors of #9B02AB
Black with #9B02AB
Text Example
Text Example
White with #9B02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02AB; }
p { color: rgb(155,2,171); }
H1.HeaderClassName
{
color: #9B02AB;
}
.AnyTagClassName
{
color: #9B02AB;
}
</style>
background-color css
<style>
a { background-color: #9B02AB; }
a { background-color: rgb(155,2,171); }
div.DivClassName
{
background-color: #9B02AB;
}
.BgClassName
{
background-color: #9B02AB;
}
</style>
border-color css
<style>
span { border-color: #9B02AB; }
span { border-color: rgb(155,2,171); }
td.TdClassName
{
border-color: #9B02AB;
}
.TagClassName
{
border-color: #9B02AB;
}
</style>