Shades of Dark Magenta #921798
Tints of Dark Magenta #921798
RGB
CMYK
RGB Variations
Color information
#921798 (or 0x921798) is known color: Dark Magenta. HEX triplet: 92, 17 and 98. RGB value is (146,23,152). Sum of RGB (Red+Green+Blue) = 146+23+152=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #921798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921798 is #6DE867. Grayscale: #4A4A4A. Windows color (decimal): -7202920 or 9967506. OLE color: 9967506.
HSL color Cylindrical-coordinate representation of color #921798: hue angle of 297.21º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921798 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 23 | 152 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.40 |
| HSL | 297.21º | 0.74% | 0.34% | - |
| HSV(B) | 297.21º | 0.85% | 0.6% | - |
| XYZ | 17.83 | 8.99 | 30.5 | - |
| YUV | 74.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 152 | 0.04 | 0.85 | 0 | 0.40 | 297.21 | 0.74 | 0.34 |
| Hex | 92 | 17 | 98 | 4 | 55 | 0 | 28 | 129 | 4A | 22 |
| Octal | 222 | 27 | 230 | 4 | 125 | 0 | 50 | 451 | 112 | 42 |
| Binary | 10010010 | 10111 | 10011000 | 100 | 1010101 | 0 | 101000 | 100101001 | 1001010 | 100010 |
Color Harmonies of #921798
Complementary color
Monochromatic Colors of #921798
Black with #921798
Text Example
Text Example
White with #921798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921798; }
p { color: rgb(146,23,152); }
H1.HeaderClassName
{
color: #921798;
}
.AnyTagClassName
{
color: #921798;
}
</style>
background-color css
<style>
a { background-color: #921798; }
a { background-color: rgb(146,23,152); }
div.DivClassName
{
background-color: #921798;
}
.BgClassName
{
background-color: #921798;
}
</style>
border-color css
<style>
span { border-color: #921798; }
span { border-color: rgb(146,23,152); }
td.TdClassName
{
border-color: #921798;
}
.TagClassName
{
border-color: #921798;
}
</style>