Shades of Dark Magenta #920AA6
Tints of Dark Magenta #920AA6
RGB
CMYK
RGB Variations
Color information
#920AA6 (or 0x920AA6) is known color: Dark Magenta. HEX triplet: 92, 0A and A6. RGB value is (146,10,166). Sum of RGB (Red+Green+Blue) = 146+10+166=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 166 (65.23% from 255 or 51.55% from 322); Max value from RGB is 166 - color contains mainly: blue. Hex color #920AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920AA6 is #6DF559. Grayscale: #434343. Windows color (decimal): -7206234 or 10881682. OLE color: 10881682.
HSL color Cylindrical-coordinate representation of color #920AA6: hue angle of 292.31º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920AA6 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 10 | 166 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.35 |
| HSL | 292.31º | 0.89% | 0.35% | - |
| HSV(B) | 292.31º | 0.94% | 0.65% | - |
| XYZ | 18.85 | 9.08 | 36.84 | - |
| YUV | 68.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 166 | 0.12 | 0.94 | 0 | 0.35 | 292.31 | 0.89 | 0.35 |
| Hex | 92 | A | A6 | C | 5E | 0 | 23 | 124 | 59 | 23 |
| Octal | 222 | 12 | 246 | 14 | 136 | 0 | 43 | 444 | 131 | 43 |
| Binary | 10010010 | 1010 | 10100110 | 1100 | 1011110 | 0 | 100011 | 100100100 | 1011001 | 100011 |
Color Harmonies of #920AA6
Complementary color
Monochromatic Colors of #920AA6
Black with #920AA6
Text Example
Text Example
White with #920AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AA6; }
p { color: rgb(146,10,166); }
H1.HeaderClassName
{
color: #920AA6;
}
.AnyTagClassName
{
color: #920AA6;
}
</style>
background-color css
<style>
a { background-color: #920AA6; }
a { background-color: rgb(146,10,166); }
div.DivClassName
{
background-color: #920AA6;
}
.BgClassName
{
background-color: #920AA6;
}
</style>
border-color css
<style>
span { border-color: #920AA6; }
span { border-color: rgb(146,10,166); }
td.TdClassName
{
border-color: #920AA6;
}
.TagClassName
{
border-color: #920AA6;
}
</style>