Shades of Dark Magenta #921A99
Tints of Dark Magenta #921A99
RGB
CMYK
RGB Variations
Color information
#921A99 (or 0x921A99) is known color: Dark Magenta. HEX triplet: 92, 1A and 99. RGB value is (146,26,153). Sum of RGB (Red+Green+Blue) = 146+26+153=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #921A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921A99 is #6DE566. Grayscale: #4B4B4B. Windows color (decimal): -7202151 or 10033810. OLE color: 10033810.
HSL color Cylindrical-coordinate representation of color #921A99: hue angle of 296.69º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921A99 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 26 | 153 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.4 |
| HSL | 296.69º | 0.71% | 0.35% | - |
| HSV(B) | 296.69º | 0.83% | 0.6% | - |
| XYZ | 17.97 | 9.15 | 30.96 | - |
| YUV | 76.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 153 | 0.05 | 0.83 | 0 | 0.4 | 296.69 | 0.71 | 0.35 |
| Hex | 92 | 1A | 99 | 5 | 53 | 0 | 28 | 129 | 47 | 23 |
| Octal | 222 | 32 | 231 | 5 | 123 | 0 | 50 | 451 | 107 | 43 |
| Binary | 10010010 | 11010 | 10011001 | 101 | 1010011 | 0 | 101000 | 100101001 | 1000111 | 100011 |
Color Harmonies of #921A99
Complementary color
Monochromatic Colors of #921A99
Black with #921A99
Text Example
Text Example
White with #921A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A99; }
p { color: rgb(146,26,153); }
H1.HeaderClassName
{
color: #921A99;
}
.AnyTagClassName
{
color: #921A99;
}
</style>
background-color css
<style>
a { background-color: #921A99; }
a { background-color: rgb(146,26,153); }
div.DivClassName
{
background-color: #921A99;
}
.BgClassName
{
background-color: #921A99;
}
</style>
border-color css
<style>
span { border-color: #921A99; }
span { border-color: rgb(146,26,153); }
td.TdClassName
{
border-color: #921A99;
}
.TagClassName
{
border-color: #921A99;
}
</style>