Shades of Dark Magenta #921AA3
Tints of Dark Magenta #921AA3
RGB
CMYK
RGB Variations
Color information
#921AA3 (or 0x921AA3) is known color: Dark Magenta. HEX triplet: 92, 1A and A3. RGB value is (146,26,163). Sum of RGB (Red+Green+Blue) = 146+26+163=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #921AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921AA3 is #6DE55C. Grayscale: #4D4D4D. Windows color (decimal): -7202141 or 10689170. OLE color: 10689170.
HSL color Cylindrical-coordinate representation of color #921AA3: hue angle of 292.55º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921AA3 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 26 | 163 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.36 |
| HSL | 292.55º | 0.72% | 0.37% | - |
| HSV(B) | 292.55º | 0.84% | 0.64% | - |
| XYZ | 18.83 | 9.49 | 35.49 | - |
| YUV | 77.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 163 | 0.10 | 0.84 | 0 | 0.36 | 292.55 | 0.72 | 0.37 |
| Hex | 92 | 1A | A3 | A | 54 | 0 | 24 | 125 | 48 | 25 |
| Octal | 222 | 32 | 243 | 12 | 124 | 0 | 44 | 445 | 110 | 45 |
| Binary | 10010010 | 11010 | 10100011 | 1010 | 1010100 | 0 | 100100 | 100100101 | 1001000 | 100101 |
Color Harmonies of #921AA3
Complementary color
Monochromatic Colors of #921AA3
Black with #921AA3
Text Example
Text Example
White with #921AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921AA3; }
p { color: rgb(146,26,163); }
H1.HeaderClassName
{
color: #921AA3;
}
.AnyTagClassName
{
color: #921AA3;
}
</style>
background-color css
<style>
a { background-color: #921AA3; }
a { background-color: rgb(146,26,163); }
div.DivClassName
{
background-color: #921AA3;
}
.BgClassName
{
background-color: #921AA3;
}
</style>
border-color css
<style>
span { border-color: #921AA3; }
span { border-color: rgb(146,26,163); }
td.TdClassName
{
border-color: #921AA3;
}
.TagClassName
{
border-color: #921AA3;
}
</style>