Shades of Dark Magenta #9203AC
Tints of Dark Magenta #9203AC
RGB
CMYK
RGB Variations
Color information
#9203AC (or 0x9203AC) is known color: Dark Magenta. HEX triplet: 92, 03 and AC. RGB value is (146,3,172). Sum of RGB (Red+Green+Blue) = 146+3+172=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #9203AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9203AC is #6DFC53. Grayscale: #404040. Windows color (decimal): -7208020 or 11273106. OLE color: 11273106.
HSL color Cylindrical-coordinate representation of color #9203AC: hue angle of 290.77º 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 #9203AC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 3 | 172 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.33 |
| HSL | 290.77º | 0.97% | 0.34% | - |
| HSV(B) | 290.77º | 0.98% | 0.67% | - |
| XYZ | 19.33 | 9.15 | 39.78 | - |
| YUV | 65.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 172 | 0.15 | 0.98 | 0 | 0.33 | 290.77 | 0.97 | 0.34 |
| Hex | 92 | 3 | AC | F | 62 | 0 | 21 | 123 | 61 | 22 |
| Octal | 222 | 3 | 254 | 17 | 142 | 0 | 41 | 443 | 141 | 42 |
| Binary | 10010010 | 11 | 10101100 | 1111 | 1100010 | 0 | 100001 | 100100011 | 1100001 | 100010 |
Color Harmonies of #9203AC
Complementary color
Monochromatic Colors of #9203AC
Black with #9203AC
Text Example
Text Example
White with #9203AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203AC; }
p { color: rgb(146,3,172); }
H1.HeaderClassName
{
color: #9203AC;
}
.AnyTagClassName
{
color: #9203AC;
}
</style>
background-color css
<style>
a { background-color: #9203AC; }
a { background-color: rgb(146,3,172); }
div.DivClassName
{
background-color: #9203AC;
}
.BgClassName
{
background-color: #9203AC;
}
</style>
border-color css
<style>
span { border-color: #9203AC; }
span { border-color: rgb(146,3,172); }
td.TdClassName
{
border-color: #9203AC;
}
.TagClassName
{
border-color: #9203AC;
}
</style>