Shades of Dark Magenta #921399
Tints of Dark Magenta #921399
RGB
CMYK
RGB Variations
Color information
#921399 (or 0x921399) is known color: Dark Magenta. HEX triplet: 92, 13 and 99. RGB value is (146,19,153). Sum of RGB (Red+Green+Blue) = 146+19+153=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #921399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921399 is #6DEC66. Grayscale: #474747. Windows color (decimal): -7203943 or 10032018. OLE color: 10032018.
HSL color Cylindrical-coordinate representation of color #921399: hue angle of 296.87º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921399 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 19 | 153 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.4 |
| HSL | 296.87º | 0.78% | 0.34% | - |
| HSV(B) | 296.87º | 0.88% | 0.6% | - |
| XYZ | 17.84 | 8.88 | 30.91 | - |
| YUV | 72.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 153 | 0.05 | 0.88 | 0 | 0.4 | 296.87 | 0.78 | 0.34 |
| Hex | 92 | 13 | 99 | 5 | 58 | 0 | 28 | 129 | 4E | 22 |
| Octal | 222 | 23 | 231 | 5 | 130 | 0 | 50 | 451 | 116 | 42 |
| Binary | 10010010 | 10011 | 10011001 | 101 | 1011000 | 0 | 101000 | 100101001 | 1001110 | 100010 |
Color Harmonies of #921399
Complementary color
Monochromatic Colors of #921399
Black with #921399
Text Example
Text Example
White with #921399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921399; }
p { color: rgb(146,19,153); }
H1.HeaderClassName
{
color: #921399;
}
.AnyTagClassName
{
color: #921399;
}
</style>
background-color css
<style>
a { background-color: #921399; }
a { background-color: rgb(146,19,153); }
div.DivClassName
{
background-color: #921399;
}
.BgClassName
{
background-color: #921399;
}
</style>
border-color css
<style>
span { border-color: #921399; }
span { border-color: rgb(146,19,153); }
td.TdClassName
{
border-color: #921399;
}
.TagClassName
{
border-color: #921399;
}
</style>