Shades of Dark Magenta #920DAB
Tints of Dark Magenta #920DAB
RGB
CMYK
RGB Variations
Color information
#920DAB (or 0x920DAB) is known color: Dark Magenta. HEX triplet: 92, 0D and AB. RGB value is (146,13,171). Sum of RGB (Red+Green+Blue) = 146+13+171=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #920DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920DAB is #6DF254. Grayscale: #464646. Windows color (decimal): -7205461 or 11210130. OLE color: 11210130.
HSL color Cylindrical-coordinate representation of color #920DAB: hue angle of 290.51º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920DAB is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 13 | 171 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.33 |
| HSL | 290.51º | 0.86% | 0.36% | - |
| HSV(B) | 290.51º | 0.92% | 0.67% | - |
| XYZ | 19.35 | 9.34 | 39.31 | - |
| YUV | 70.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 171 | 0.15 | 0.92 | 0 | 0.33 | 290.51 | 0.86 | 0.36 |
| Hex | 92 | D | AB | F | 5C | 0 | 21 | 123 | 56 | 24 |
| Octal | 222 | 15 | 253 | 17 | 134 | 0 | 41 | 443 | 126 | 44 |
| Binary | 10010010 | 1101 | 10101011 | 1111 | 1011100 | 0 | 100001 | 100100011 | 1010110 | 100100 |
Color Harmonies of #920DAB
Complementary color
Monochromatic Colors of #920DAB
Black with #920DAB
Text Example
Text Example
White with #920DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DAB; }
p { color: rgb(146,13,171); }
H1.HeaderClassName
{
color: #920DAB;
}
.AnyTagClassName
{
color: #920DAB;
}
</style>
background-color css
<style>
a { background-color: #920DAB; }
a { background-color: rgb(146,13,171); }
div.DivClassName
{
background-color: #920DAB;
}
.BgClassName
{
background-color: #920DAB;
}
</style>
border-color css
<style>
span { border-color: #920DAB; }
span { border-color: rgb(146,13,171); }
td.TdClassName
{
border-color: #920DAB;
}
.TagClassName
{
border-color: #920DAB;
}
</style>