Shades of Dark Magenta #920A84
Tints of Dark Magenta #920A84
RGB
CMYK
RGB Variations
Color information
#920A84 (or 0x920A84) is known color: Dark Magenta. HEX triplet: 92, 0A and 84. RGB value is (146,10,132). Sum of RGB (Red+Green+Blue) = 146+10+132=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #920A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A84 is #6DF57B. Grayscale: #404040. Windows color (decimal): -7206268 or 8653458. OLE color: 8653458.
HSL color Cylindrical-coordinate representation of color #920A84: hue angle of 306.18º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A84 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 10 | 132 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.43 |
| HSL | 306.18º | 0.87% | 0.31% | - |
| HSV(B) | 306.18º | 0.93% | 0.57% | - |
| XYZ | 16.13 | 7.99 | 22.52 | - |
| YUV | 64.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 132 | 0 | 0.93 | 0.10 | 0.43 | 306.18 | 0.87 | 0.31 |
| Hex | 92 | A | 84 | 0 | 5D | A | 2B | 132 | 57 | 1F |
| Octal | 222 | 12 | 204 | 0 | 135 | 12 | 53 | 462 | 127 | 37 |
| Binary | 10010010 | 1010 | 10000100 | 0 | 1011101 | 1010 | 101011 | 100110010 | 1010111 | 11111 |
Color Harmonies of #920A84
Complementary color
Monochromatic Colors of #920A84
Black with #920A84
Text Example
Text Example
White with #920A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A84; }
p { color: rgb(146,10,132); }
H1.HeaderClassName
{
color: #920A84;
}
.AnyTagClassName
{
color: #920A84;
}
</style>
background-color css
<style>
a { background-color: #920A84; }
a { background-color: rgb(146,10,132); }
div.DivClassName
{
background-color: #920A84;
}
.BgClassName
{
background-color: #920A84;
}
</style>
border-color css
<style>
span { border-color: #920A84; }
span { border-color: rgb(146,10,132); }
td.TdClassName
{
border-color: #920A84;
}
.TagClassName
{
border-color: #920A84;
}
</style>