Shades of Dark Magenta #9203AB
Tints of Dark Magenta #9203AB
RGB
CMYK
RGB Variations
Color information
#9203AB (or 0x9203AB) is known color: Dark Magenta. HEX triplet: 92, 03 and AB. RGB value is (146,3,171). Sum of RGB (Red+Green+Blue) = 146+3+171=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #9203AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9203AB is #6DFC54. Grayscale: #404040. Windows color (decimal): -7208021 or 11207570. OLE color: 11207570.
HSL color Cylindrical-coordinate representation of color #9203AB: hue angle of 291.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9203AB is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 3 | 171 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.33 |
| HSL | 291.07º | 0.97% | 0.34% | - |
| HSV(B) | 291.07º | 0.98% | 0.67% | - |
| XYZ | 19.24 | 9.12 | 39.27 | - |
| YUV | 64.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 171 | 0.15 | 0.98 | 0 | 0.33 | 291.07 | 0.97 | 0.34 |
| Hex | 92 | 3 | AB | F | 62 | 0 | 21 | 123 | 61 | 22 |
| Octal | 222 | 3 | 253 | 17 | 142 | 0 | 41 | 443 | 141 | 42 |
| Binary | 10010010 | 11 | 10101011 | 1111 | 1100010 | 0 | 100001 | 100100011 | 1100001 | 100010 |
Color Harmonies of #9203AB
Complementary color
Monochromatic Colors of #9203AB
Black with #9203AB
Text Example
Text Example
White with #9203AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203AB; }
p { color: rgb(146,3,171); }
H1.HeaderClassName
{
color: #9203AB;
}
.AnyTagClassName
{
color: #9203AB;
}
</style>
background-color css
<style>
a { background-color: #9203AB; }
a { background-color: rgb(146,3,171); }
div.DivClassName
{
background-color: #9203AB;
}
.BgClassName
{
background-color: #9203AB;
}
</style>
border-color css
<style>
span { border-color: #9203AB; }
span { border-color: rgb(146,3,171); }
td.TdClassName
{
border-color: #9203AB;
}
.TagClassName
{
border-color: #9203AB;
}
</style>