Shades of Dark Magenta #920AAC
Tints of Dark Magenta #920AAC
RGB
CMYK
RGB Variations
Color information
#920AAC (or 0x920AAC) is known color: Dark Magenta. HEX triplet: 92, 0A and AC. RGB value is (146,10,172). Sum of RGB (Red+Green+Blue) = 146+10+172=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #920AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920AAC is #6DF553. Grayscale: #444444. Windows color (decimal): -7206228 or 11274898. OLE color: 11274898.
HSL color Cylindrical-coordinate representation of color #920AAC: hue angle of 290.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920AAC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 10 | 172 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.33 |
| HSL | 290.37º | 0.89% | 0.36% | - |
| HSV(B) | 290.37º | 0.94% | 0.67% | - |
| XYZ | 19.41 | 9.31 | 39.8 | - |
| YUV | 69.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 172 | 0.15 | 0.94 | 0 | 0.33 | 290.37 | 0.89 | 0.36 |
| Hex | 92 | A | AC | F | 5E | 0 | 21 | 122 | 59 | 24 |
| Octal | 222 | 12 | 254 | 17 | 136 | 0 | 41 | 442 | 131 | 44 |
| Binary | 10010010 | 1010 | 10101100 | 1111 | 1011110 | 0 | 100001 | 100100010 | 1011001 | 100100 |
Color Harmonies of #920AAC
Complementary color
Monochromatic Colors of #920AAC
Black with #920AAC
Text Example
Text Example
White with #920AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AAC; }
p { color: rgb(146,10,172); }
H1.HeaderClassName
{
color: #920AAC;
}
.AnyTagClassName
{
color: #920AAC;
}
</style>
background-color css
<style>
a { background-color: #920AAC; }
a { background-color: rgb(146,10,172); }
div.DivClassName
{
background-color: #920AAC;
}
.BgClassName
{
background-color: #920AAC;
}
</style>
border-color css
<style>
span { border-color: #920AAC; }
span { border-color: rgb(146,10,172); }
td.TdClassName
{
border-color: #920AAC;
}
.TagClassName
{
border-color: #920AAC;
}
</style>