Shades of Dark Magenta #92058C
Tints of Dark Magenta #92058C
RGB
CMYK
RGB Variations
Color information
#92058C (or 0x92058C) is known color: Dark Magenta. HEX triplet: 92, 05 and 8C. RGB value is (146,5,140). Sum of RGB (Red+Green+Blue) = 146+5+140=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92058C is #6DFA73. Grayscale: #3E3E3E. Windows color (decimal): -7207540 or 9176466. OLE color: 9176466.
HSL color Cylindrical-coordinate representation of color #92058C: hue angle of 302.55º 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 #92058C is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.43 |
| HSL | 302.55º | 0.93% | 0.3% | - |
| HSV(B) | 302.55º | 0.97% | 0.57% | - |
| XYZ | 16.64 | 8.11 | 25.5 | - |
| YUV | 62.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 140 | 0 | 0.97 | 0.04 | 0.43 | 302.55 | 0.93 | 0.3 |
| Hex | 92 | 5 | 8C | 0 | 61 | 4 | 2B | 12F | 5D | 1E |
| Octal | 222 | 5 | 214 | 0 | 141 | 4 | 53 | 457 | 135 | 36 |
| Binary | 10010010 | 101 | 10001100 | 0 | 1100001 | 100 | 101011 | 100101111 | 1011101 | 11110 |
Color Harmonies of #92058C
Complementary color
Monochromatic Colors of #92058C
Black with #92058C
Text Example
Text Example
White with #92058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92058C; }
p { color: rgb(146,5,140); }
H1.HeaderClassName
{
color: #92058C;
}
.AnyTagClassName
{
color: #92058C;
}
</style>
background-color css
<style>
a { background-color: #92058C; }
a { background-color: rgb(146,5,140); }
div.DivClassName
{
background-color: #92058C;
}
.BgClassName
{
background-color: #92058C;
}
</style>
border-color css
<style>
span { border-color: #92058C; }
span { border-color: rgb(146,5,140); }
td.TdClassName
{
border-color: #92058C;
}
.TagClassName
{
border-color: #92058C;
}
</style>