Shades of Dark Magenta #921895
Tints of Dark Magenta #921895
RGB
CMYK
RGB Variations
Color information
#921895 (or 0x921895) is known color: Dark Magenta. HEX triplet: 92, 18 and 95. RGB value is (146,24,149). Sum of RGB (Red+Green+Blue) = 146+24+149=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #921895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921895 is #6DE76A. Grayscale: #4A4A4A. Windows color (decimal): -7202667 or 9771154. OLE color: 9771154.
HSL color Cylindrical-coordinate representation of color #921895: hue angle of 298.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921895 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 24 | 149 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.42 |
| HSL | 298.56º | 0.72% | 0.34% | - |
| HSV(B) | 298.56º | 0.84% | 0.58% | - |
| XYZ | 17.61 | 8.93 | 29.23 | - |
| YUV | 74.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 149 | 0.02 | 0.84 | 0 | 0.42 | 298.56 | 0.72 | 0.34 |
| Hex | 92 | 18 | 95 | 2 | 54 | 0 | 2A | 12B | 48 | 22 |
| Octal | 222 | 30 | 225 | 2 | 124 | 0 | 52 | 453 | 110 | 42 |
| Binary | 10010010 | 11000 | 10010101 | 10 | 1010100 | 0 | 101010 | 100101011 | 1001000 | 100010 |
Color Harmonies of #921895
Complementary color
Monochromatic Colors of #921895
Black with #921895
Text Example
Text Example
White with #921895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921895; }
p { color: rgb(146,24,149); }
H1.HeaderClassName
{
color: #921895;
}
.AnyTagClassName
{
color: #921895;
}
</style>
background-color css
<style>
a { background-color: #921895; }
a { background-color: rgb(146,24,149); }
div.DivClassName
{
background-color: #921895;
}
.BgClassName
{
background-color: #921895;
}
</style>
border-color css
<style>
span { border-color: #921895; }
span { border-color: rgb(146,24,149); }
td.TdClassName
{
border-color: #921895;
}
.TagClassName
{
border-color: #921895;
}
</style>