Shades of Dark Magenta #92149D
Tints of Dark Magenta #92149D
RGB
CMYK
RGB Variations
Color information
#92149D (or 0x92149D) is known color: Dark Magenta. HEX triplet: 92, 14 and 9D. RGB value is (146,20,157). Sum of RGB (Red+Green+Blue) = 146+20+157=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #92149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92149D is #6DEB62. Grayscale: #484848. Windows color (decimal): -7203683 or 10294418. OLE color: 10294418.
HSL color Cylindrical-coordinate representation of color #92149D: hue angle of 295.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92149D is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 20 | 157 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.38 |
| HSL | 295.18º | 0.77% | 0.35% | - |
| HSV(B) | 295.18º | 0.87% | 0.62% | - |
| XYZ | 18.19 | 9.05 | 32.69 | - |
| YUV | 73.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 157 | 0.07 | 0.87 | 0 | 0.38 | 295.18 | 0.77 | 0.35 |
| Hex | 92 | 14 | 9D | 7 | 57 | 0 | 26 | 127 | 4D | 23 |
| Octal | 222 | 24 | 235 | 7 | 127 | 0 | 46 | 447 | 115 | 43 |
| Binary | 10010010 | 10100 | 10011101 | 111 | 1010111 | 0 | 100110 | 100100111 | 1001101 | 100011 |
Color Harmonies of #92149D
Complementary color
Monochromatic Colors of #92149D
Black with #92149D
Text Example
Text Example
White with #92149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92149D; }
p { color: rgb(146,20,157); }
H1.HeaderClassName
{
color: #92149D;
}
.AnyTagClassName
{
color: #92149D;
}
</style>
background-color css
<style>
a { background-color: #92149D; }
a { background-color: rgb(146,20,157); }
div.DivClassName
{
background-color: #92149D;
}
.BgClassName
{
background-color: #92149D;
}
</style>
border-color css
<style>
span { border-color: #92149D; }
span { border-color: rgb(146,20,157); }
td.TdClassName
{
border-color: #92149D;
}
.TagClassName
{
border-color: #92149D;
}
</style>