Shades of Dark Magenta #9B02AA
Tints of Dark Magenta #9B02AA
RGB
CMYK
RGB Variations
Color information
#9B02AA (or 0x9B02AA) is known color: Dark Magenta. HEX triplet: 9B, 02 and AA. RGB value is (155,2,170). Sum of RGB (Red+Green+Blue) = 155+2+170=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B02AA is #64FD55. Grayscale: #424242. Windows color (decimal): -6618454 or 11141787. OLE color: 11141787.
HSL color Cylindrical-coordinate representation of color #9B02AA: hue angle of 294.64º 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 #9B02AA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 2 | 170 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.33 |
| HSL | 294.64º | 0.98% | 0.34% | - |
| HSV(B) | 294.64º | 0.99% | 0.67% | - |
| XYZ | 20.79 | 9.91 | 38.85 | - |
| YUV | 66.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 170 | 0.09 | 0.99 | 0 | 0.33 | 294.64 | 0.98 | 0.34 |
| Hex | 9B | 2 | AA | 9 | 63 | 0 | 21 | 127 | 62 | 22 |
| Octal | 233 | 2 | 252 | 11 | 143 | 0 | 41 | 447 | 142 | 42 |
| Binary | 10011011 | 10 | 10101010 | 1001 | 1100011 | 0 | 100001 | 100100111 | 1100010 | 100010 |
Color Harmonies of #9B02AA
Complementary color
Monochromatic Colors of #9B02AA
Black with #9B02AA
Text Example
Text Example
White with #9B02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02AA; }
p { color: rgb(155,2,170); }
H1.HeaderClassName
{
color: #9B02AA;
}
.AnyTagClassName
{
color: #9B02AA;
}
</style>
background-color css
<style>
a { background-color: #9B02AA; }
a { background-color: rgb(155,2,170); }
div.DivClassName
{
background-color: #9B02AA;
}
.BgClassName
{
background-color: #9B02AA;
}
</style>
border-color css
<style>
span { border-color: #9B02AA; }
span { border-color: rgb(155,2,170); }
td.TdClassName
{
border-color: #9B02AA;
}
.TagClassName
{
border-color: #9B02AA;
}
</style>