Shades of Dark Magenta #921697
Tints of Dark Magenta #921697
RGB
CMYK
RGB Variations
Color information
#921697 (or 0x921697) is known color: Dark Magenta. HEX triplet: 92, 16 and 97. RGB value is (146,22,151). Sum of RGB (Red+Green+Blue) = 146+22+151=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #921697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921697 is #6DE968. Grayscale: #494949. Windows color (decimal): -7203177 or 9901714. OLE color: 9901714.
HSL color Cylindrical-coordinate representation of color #921697: hue angle of 297.67º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921697 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 22 | 151 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.41 |
| HSL | 297.67º | 0.75% | 0.34% | - |
| HSV(B) | 297.67º | 0.85% | 0.59% | - |
| XYZ | 17.73 | 8.92 | 30.07 | - |
| YUV | 73.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 151 | 0.03 | 0.85 | 0 | 0.41 | 297.67 | 0.75 | 0.34 |
| Hex | 92 | 16 | 97 | 3 | 55 | 0 | 29 | 12A | 4B | 22 |
| Octal | 222 | 26 | 227 | 3 | 125 | 0 | 51 | 452 | 113 | 42 |
| Binary | 10010010 | 10110 | 10010111 | 11 | 1010101 | 0 | 101001 | 100101010 | 1001011 | 100010 |
Color Harmonies of #921697
Complementary color
Monochromatic Colors of #921697
Black with #921697
Text Example
Text Example
White with #921697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921697; }
p { color: rgb(146,22,151); }
H1.HeaderClassName
{
color: #921697;
}
.AnyTagClassName
{
color: #921697;
}
</style>
background-color css
<style>
a { background-color: #921697; }
a { background-color: rgb(146,22,151); }
div.DivClassName
{
background-color: #921697;
}
.BgClassName
{
background-color: #921697;
}
</style>
border-color css
<style>
span { border-color: #921697; }
span { border-color: rgb(146,22,151); }
td.TdClassName
{
border-color: #921697;
}
.TagClassName
{
border-color: #921697;
}
</style>