Shades of Dark Magenta #921B99
Tints of Dark Magenta #921B99
RGB
CMYK
RGB Variations
Color information
#921B99 (or 0x921B99) is known color: Dark Magenta. HEX triplet: 92, 1B and 99. RGB value is (146,27,153). Sum of RGB (Red+Green+Blue) = 146+27+153=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #921B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B99 is #6DE466. Grayscale: #4C4C4C. Windows color (decimal): -7201895 or 10034066. OLE color: 10034066.
HSL color Cylindrical-coordinate representation of color #921B99: hue angle of 296.67º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B99 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 27 | 153 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.4 |
| HSL | 296.67º | 0.7% | 0.35% | - |
| HSV(B) | 296.67º | 0.82% | 0.6% | - |
| XYZ | 18 | 9.19 | 30.96 | - |
| YUV | 76.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 153 | 0.05 | 0.82 | 0 | 0.4 | 296.67 | 0.7 | 0.35 |
| Hex | 92 | 1B | 99 | 5 | 52 | 0 | 28 | 129 | 46 | 23 |
| Octal | 222 | 33 | 231 | 5 | 122 | 0 | 50 | 451 | 106 | 43 |
| Binary | 10010010 | 11011 | 10011001 | 101 | 1010010 | 0 | 101000 | 100101001 | 1000110 | 100011 |
Color Harmonies of #921B99
Complementary color
Monochromatic Colors of #921B99
Black with #921B99
Text Example
Text Example
White with #921B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B99; }
p { color: rgb(146,27,153); }
H1.HeaderClassName
{
color: #921B99;
}
.AnyTagClassName
{
color: #921B99;
}
</style>
background-color css
<style>
a { background-color: #921B99; }
a { background-color: rgb(146,27,153); }
div.DivClassName
{
background-color: #921B99;
}
.BgClassName
{
background-color: #921B99;
}
</style>
border-color css
<style>
span { border-color: #921B99; }
span { border-color: rgb(146,27,153); }
td.TdClassName
{
border-color: #921B99;
}
.TagClassName
{
border-color: #921B99;
}
</style>