Shades of Dark Magenta #9213AC
Tints of Dark Magenta #9213AC
RGB
CMYK
RGB Variations
Color information
#9213AC (or 0x9213AC) is known color: Dark Magenta. HEX triplet: 92, 13 and AC. RGB value is (146,19,172). Sum of RGB (Red+Green+Blue) = 146+19+172=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #9213AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9213AC is #6DEC53. Grayscale: #494949. Windows color (decimal): -7203924 or 11277202. OLE color: 11277202.
HSL color Cylindrical-coordinate representation of color #9213AC: hue angle of 289.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9213AC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 19 | 172 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.33 |
| HSL | 289.8º | 0.8% | 0.37% | - |
| HSV(B) | 289.8º | 0.89% | 0.67% | - |
| XYZ | 19.53 | 9.56 | 39.84 | - |
| YUV | 74.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 172 | 0.15 | 0.89 | 0 | 0.33 | 289.8 | 0.8 | 0.37 |
| Hex | 92 | 13 | AC | F | 59 | 0 | 21 | 122 | 50 | 25 |
| Octal | 222 | 23 | 254 | 17 | 131 | 0 | 41 | 442 | 120 | 45 |
| Binary | 10010010 | 10011 | 10101100 | 1111 | 1011001 | 0 | 100001 | 100100010 | 1010000 | 100101 |
Color Harmonies of #9213AC
Complementary color
Monochromatic Colors of #9213AC
Black with #9213AC
Text Example
Text Example
White with #9213AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9213AC; }
p { color: rgb(146,19,172); }
H1.HeaderClassName
{
color: #9213AC;
}
.AnyTagClassName
{
color: #9213AC;
}
</style>
background-color css
<style>
a { background-color: #9213AC; }
a { background-color: rgb(146,19,172); }
div.DivClassName
{
background-color: #9213AC;
}
.BgClassName
{
background-color: #9213AC;
}
</style>
border-color css
<style>
span { border-color: #9213AC; }
span { border-color: rgb(146,19,172); }
td.TdClassName
{
border-color: #9213AC;
}
.TagClassName
{
border-color: #9213AC;
}
</style>