Shades of Dark Magenta #920D84
Tints of Dark Magenta #920D84
RGB
CMYK
RGB Variations
Color information
#920D84 (or 0x920D84) is known color: Dark Magenta. HEX triplet: 92, 0D and 84. RGB value is (146,13,132). Sum of RGB (Red+Green+Blue) = 146+13+132=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #920D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D84 is #6DF27B. Grayscale: #414141. Windows color (decimal): -7205500 or 8654226. OLE color: 8654226.
HSL color Cylindrical-coordinate representation of color #920D84: hue angle of 306.32º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D84 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 132 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.43 |
| HSL | 306.32º | 0.84% | 0.31% | - |
| HSV(B) | 306.32º | 0.91% | 0.57% | - |
| XYZ | 16.16 | 8.06 | 22.53 | - |
| YUV | 66.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 132 | 0 | 0.91 | 0.10 | 0.43 | 306.32 | 0.84 | 0.31 |
| Hex | 92 | D | 84 | 0 | 5B | A | 2B | 132 | 54 | 1F |
| Octal | 222 | 15 | 204 | 0 | 133 | 12 | 53 | 462 | 124 | 37 |
| Binary | 10010010 | 1101 | 10000100 | 0 | 1011011 | 1010 | 101011 | 100110010 | 1010100 | 11111 |
Color Harmonies of #920D84
Complementary color
Monochromatic Colors of #920D84
Black with #920D84
Text Example
Text Example
White with #920D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D84; }
p { color: rgb(146,13,132); }
H1.HeaderClassName
{
color: #920D84;
}
.AnyTagClassName
{
color: #920D84;
}
</style>
background-color css
<style>
a { background-color: #920D84; }
a { background-color: rgb(146,13,132); }
div.DivClassName
{
background-color: #920D84;
}
.BgClassName
{
background-color: #920D84;
}
</style>
border-color css
<style>
span { border-color: #920D84; }
span { border-color: rgb(146,13,132); }
td.TdClassName
{
border-color: #920D84;
}
.TagClassName
{
border-color: #920D84;
}
</style>