Shades of Dark Magenta #981294
Tints of Dark Magenta #981294
RGB
CMYK
RGB Variations
Color information
#981294 (or 0x981294) is known color: Dark Magenta. HEX triplet: 98, 12 and 94. RGB value is (152,18,148). Sum of RGB (Red+Green+Blue) = 152+18+148=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981294 is #67ED6B. Grayscale: #484848. Windows color (decimal): -6810988 or 9704088. OLE color: 9704088.
HSL color Cylindrical-coordinate representation of color #981294: hue angle of 301.79º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981294 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 148 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.40 |
| HSL | 301.79º | 0.79% | 0.33% | - |
| HSV(B) | 301.79º | 0.88% | 0.6% | - |
| XYZ | 18.51 | 9.25 | 28.83 | - |
| YUV | 72.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 148 | 0 | 0.88 | 0.03 | 0.40 | 301.79 | 0.79 | 0.33 |
| Hex | 98 | 12 | 94 | 0 | 58 | 3 | 28 | 12E | 4F | 21 |
| Octal | 230 | 22 | 224 | 0 | 130 | 3 | 50 | 456 | 117 | 41 |
| Binary | 10011000 | 10010 | 10010100 | 0 | 1011000 | 11 | 101000 | 100101110 | 1001111 | 100001 |
Color Harmonies of #981294
Complementary color
Monochromatic Colors of #981294
Black with #981294
Text Example
Text Example
White with #981294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981294; }
p { color: rgb(152,18,148); }
H1.HeaderClassName
{
color: #981294;
}
.AnyTagClassName
{
color: #981294;
}
</style>
background-color css
<style>
a { background-color: #981294; }
a { background-color: rgb(152,18,148); }
div.DivClassName
{
background-color: #981294;
}
.BgClassName
{
background-color: #981294;
}
</style>
border-color css
<style>
span { border-color: #981294; }
span { border-color: rgb(152,18,148); }
td.TdClassName
{
border-color: #981294;
}
.TagClassName
{
border-color: #981294;
}
</style>