Shades of Dark Magenta #9B02A8
Tints of Dark Magenta #9B02A8
RGB
CMYK
RGB Variations
Color information
#9B02A8 (or 0x9B02A8) is known color: Dark Magenta. HEX triplet: 9B, 02 and A8. RGB value is (155,2,168). Sum of RGB (Red+Green+Blue) = 155+2+168=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #9B02A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B02A8 is #64FD57. Grayscale: #424242. Windows color (decimal): -6618456 or 11010715. OLE color: 11010715.
HSL color Cylindrical-coordinate representation of color #9B02A8: hue angle of 295.3º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02A8 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 2 | 168 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.34 |
| HSL | 295.3º | 0.98% | 0.33% | - |
| HSV(B) | 295.3º | 0.99% | 0.66% | - |
| XYZ | 20.61 | 9.84 | 37.86 | - |
| YUV | 66.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 168 | 0.08 | 0.99 | 0 | 0.34 | 295.3 | 0.98 | 0.33 |
| Hex | 9B | 2 | A8 | 8 | 63 | 0 | 22 | 127 | 62 | 21 |
| Octal | 233 | 2 | 250 | 10 | 143 | 0 | 42 | 447 | 142 | 41 |
| Binary | 10011011 | 10 | 10101000 | 1000 | 1100011 | 0 | 100010 | 100100111 | 1100010 | 100001 |
Color Harmonies of #9B02A8
Complementary color
Monochromatic Colors of #9B02A8
Black with #9B02A8
Text Example
Text Example
White with #9B02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02A8; }
p { color: rgb(155,2,168); }
H1.HeaderClassName
{
color: #9B02A8;
}
.AnyTagClassName
{
color: #9B02A8;
}
</style>
background-color css
<style>
a { background-color: #9B02A8; }
a { background-color: rgb(155,2,168); }
div.DivClassName
{
background-color: #9B02A8;
}
.BgClassName
{
background-color: #9B02A8;
}
</style>
border-color css
<style>
span { border-color: #9B02A8; }
span { border-color: rgb(155,2,168); }
td.TdClassName
{
border-color: #9B02A8;
}
.TagClassName
{
border-color: #9B02A8;
}
</style>