Shades of Dark Magenta #92058B
Tints of Dark Magenta #92058B
RGB
CMYK
RGB Variations
Color information
#92058B (or 0x92058B) is known color: Dark Magenta. HEX triplet: 92, 05 and 8B. RGB value is (146,5,139). Sum of RGB (Red+Green+Blue) = 146+5+139=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92058B is #6DFA74. Grayscale: #3E3E3E. Windows color (decimal): -7207541 or 9110930. OLE color: 9110930.
HSL color Cylindrical-coordinate representation of color #92058B: hue angle of 302.98º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92058B is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.43 |
| HSL | 302.98º | 0.93% | 0.3% | - |
| HSV(B) | 302.98º | 0.97% | 0.57% | - |
| XYZ | 16.57 | 8.08 | 25.11 | - |
| YUV | 62.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 139 | 0 | 0.97 | 0.05 | 0.43 | 302.98 | 0.93 | 0.3 |
| Hex | 92 | 5 | 8B | 0 | 61 | 5 | 2B | 12F | 5D | 1E |
| Octal | 222 | 5 | 213 | 0 | 141 | 5 | 53 | 457 | 135 | 36 |
| Binary | 10010010 | 101 | 10001011 | 0 | 1100001 | 101 | 101011 | 100101111 | 1011101 | 11110 |
Color Harmonies of #92058B
Complementary color
Monochromatic Colors of #92058B
Black with #92058B
Text Example
Text Example
White with #92058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92058B; }
p { color: rgb(146,5,139); }
H1.HeaderClassName
{
color: #92058B;
}
.AnyTagClassName
{
color: #92058B;
}
</style>
background-color css
<style>
a { background-color: #92058B; }
a { background-color: rgb(146,5,139); }
div.DivClassName
{
background-color: #92058B;
}
.BgClassName
{
background-color: #92058B;
}
</style>
border-color css
<style>
span { border-color: #92058B; }
span { border-color: rgb(146,5,139); }
td.TdClassName
{
border-color: #92058B;
}
.TagClassName
{
border-color: #92058B;
}
</style>