Shades of Dark Magenta #9202AC
Tints of Dark Magenta #9202AC
RGB
CMYK
RGB Variations
Color information
#9202AC (or 0x9202AC) is known color: Dark Magenta. HEX triplet: 92, 02 and AC. RGB value is (146,2,172). Sum of RGB (Red+Green+Blue) = 146+2+172=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #9202AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9202AC is #6DFD53. Grayscale: #3F3F3F. Windows color (decimal): -7208276 or 11272850. OLE color: 11272850.
HSL color Cylindrical-coordinate representation of color #9202AC: hue angle of 290.82º 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 #9202AC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 2 | 172 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.33 |
| HSL | 290.82º | 0.98% | 0.34% | - |
| HSV(B) | 290.82º | 0.99% | 0.67% | - |
| XYZ | 19.32 | 9.13 | 39.77 | - |
| YUV | 64.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 172 | 0.15 | 0.99 | 0 | 0.33 | 290.82 | 0.98 | 0.34 |
| Hex | 92 | 2 | AC | F | 63 | 0 | 21 | 123 | 62 | 22 |
| Octal | 222 | 2 | 254 | 17 | 143 | 0 | 41 | 443 | 142 | 42 |
| Binary | 10010010 | 10 | 10101100 | 1111 | 1100011 | 0 | 100001 | 100100011 | 1100010 | 100010 |
Color Harmonies of #9202AC
Complementary color
Monochromatic Colors of #9202AC
Black with #9202AC
Text Example
Text Example
White with #9202AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202AC; }
p { color: rgb(146,2,172); }
H1.HeaderClassName
{
color: #9202AC;
}
.AnyTagClassName
{
color: #9202AC;
}
</style>
background-color css
<style>
a { background-color: #9202AC; }
a { background-color: rgb(146,2,172); }
div.DivClassName
{
background-color: #9202AC;
}
.BgClassName
{
background-color: #9202AC;
}
</style>
border-color css
<style>
span { border-color: #9202AC; }
span { border-color: rgb(146,2,172); }
td.TdClassName
{
border-color: #9202AC;
}
.TagClassName
{
border-color: #9202AC;
}
</style>