Shades of Dark Magenta #981C92
Tints of Dark Magenta #981C92
RGB
CMYK
RGB Variations
Color information
#981C92 (or 0x981C92) is known color: Dark Magenta. HEX triplet: 98, 1C and 92. RGB value is (152,28,146). Sum of RGB (Red+Green+Blue) = 152+28+146=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #981C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C92 is #67E36D. Grayscale: #4E4E4E. Windows color (decimal): -6808430 or 9575576. OLE color: 9575576.
HSL color Cylindrical-coordinate representation of color #981C92: hue angle of 302.9º degrees, saturation: 0.69, 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 #981C92 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 146 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.40 |
| HSL | 302.9º | 0.69% | 0.35% | - |
| HSV(B) | 302.9º | 0.82% | 0.6% | - |
| XYZ | 18.55 | 9.58 | 28.07 | - |
| YUV | 78.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 146 | 0 | 0.82 | 0.04 | 0.40 | 302.9 | 0.69 | 0.35 |
| Hex | 98 | 1C | 92 | 0 | 52 | 4 | 28 | 12F | 45 | 23 |
| Octal | 230 | 34 | 222 | 0 | 122 | 4 | 50 | 457 | 105 | 43 |
| Binary | 10011000 | 11100 | 10010010 | 0 | 1010010 | 100 | 101000 | 100101111 | 1000101 | 100011 |
Color Harmonies of #981C92
Complementary color
Monochromatic Colors of #981C92
Black with #981C92
Text Example
Text Example
White with #981C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C92; }
p { color: rgb(152,28,146); }
H1.HeaderClassName
{
color: #981C92;
}
.AnyTagClassName
{
color: #981C92;
}
</style>
background-color css
<style>
a { background-color: #981C92; }
a { background-color: rgb(152,28,146); }
div.DivClassName
{
background-color: #981C92;
}
.BgClassName
{
background-color: #981C92;
}
</style>
border-color css
<style>
span { border-color: #981C92; }
span { border-color: rgb(152,28,146); }
td.TdClassName
{
border-color: #981C92;
}
.TagClassName
{
border-color: #981C92;
}
</style>