Shades of Dark Magenta #921D95
Tints of Dark Magenta #921D95
RGB
CMYK
RGB Variations
Color information
#921D95 (or 0x921D95) is known color: Dark Magenta. HEX triplet: 92, 1D and 95. RGB value is (146,29,149). Sum of RGB (Red+Green+Blue) = 146+29+149=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #921D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921D95 is #6DE26A. Grayscale: #4D4D4D. Windows color (decimal): -7201387 or 9772434. OLE color: 9772434.
HSL color Cylindrical-coordinate representation of color #921D95: hue angle of 298.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921D95 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 29 | 149 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.42 |
| HSL | 298.5º | 0.67% | 0.35% | - |
| HSV(B) | 298.5º | 0.81% | 0.58% | - |
| XYZ | 17.72 | 9.16 | 29.27 | - |
| YUV | 77.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 149 | 0.02 | 0.81 | 0 | 0.42 | 298.5 | 0.67 | 0.35 |
| Hex | 92 | 1D | 95 | 2 | 51 | 0 | 2A | 12A | 43 | 23 |
| Octal | 222 | 35 | 225 | 2 | 121 | 0 | 52 | 452 | 103 | 43 |
| Binary | 10010010 | 11101 | 10010101 | 10 | 1010001 | 0 | 101010 | 100101010 | 1000011 | 100011 |
Color Harmonies of #921D95
Complementary color
Monochromatic Colors of #921D95
Black with #921D95
Text Example
Text Example
White with #921D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D95; }
p { color: rgb(146,29,149); }
H1.HeaderClassName
{
color: #921D95;
}
.AnyTagClassName
{
color: #921D95;
}
</style>
background-color css
<style>
a { background-color: #921D95; }
a { background-color: rgb(146,29,149); }
div.DivClassName
{
background-color: #921D95;
}
.BgClassName
{
background-color: #921D95;
}
</style>
border-color css
<style>
span { border-color: #921D95; }
span { border-color: rgb(146,29,149); }
td.TdClassName
{
border-color: #921D95;
}
.TagClassName
{
border-color: #921D95;
}
</style>