Shades of Dark Magenta #920C83
Tints of Dark Magenta #920C83
RGB
CMYK
RGB Variations
Color information
#920C83 (or 0x920C83) is known color: Dark Magenta. HEX triplet: 92, 0C and 83. RGB value is (146,12,131). Sum of RGB (Red+Green+Blue) = 146+12+131=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #920C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C83 is #6DF37C. Grayscale: #414141. Windows color (decimal): -7205757 or 8588434. OLE color: 8588434.
HSL color Cylindrical-coordinate representation of color #920C83: hue angle of 306.72º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C83 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 131 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.43 |
| HSL | 306.72º | 0.85% | 0.31% | - |
| HSV(B) | 306.72º | 0.92% | 0.57% | - |
| XYZ | 16.08 | 8.01 | 22.17 | - |
| YUV | 65.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 131 | 0 | 0.92 | 0.10 | 0.43 | 306.72 | 0.85 | 0.31 |
| Hex | 92 | C | 83 | 0 | 5C | A | 2B | 133 | 55 | 1F |
| Octal | 222 | 14 | 203 | 0 | 134 | 12 | 53 | 463 | 125 | 37 |
| Binary | 10010010 | 1100 | 10000011 | 0 | 1011100 | 1010 | 101011 | 100110011 | 1010101 | 11111 |
Color Harmonies of #920C83
Complementary color
Monochromatic Colors of #920C83
Black with #920C83
Text Example
Text Example
White with #920C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C83; }
p { color: rgb(146,12,131); }
H1.HeaderClassName
{
color: #920C83;
}
.AnyTagClassName
{
color: #920C83;
}
</style>
background-color css
<style>
a { background-color: #920C83; }
a { background-color: rgb(146,12,131); }
div.DivClassName
{
background-color: #920C83;
}
.BgClassName
{
background-color: #920C83;
}
</style>
border-color css
<style>
span { border-color: #920C83; }
span { border-color: rgb(146,12,131); }
td.TdClassName
{
border-color: #920C83;
}
.TagClassName
{
border-color: #920C83;
}
</style>