Shades of Dark Magenta #981194
Tints of Dark Magenta #981194
RGB
CMYK
RGB Variations
Color information
#981194 (or 0x981194) is known color: Dark Magenta. HEX triplet: 98, 11 and 94. RGB value is (152,17,148). Sum of RGB (Red+Green+Blue) = 152+17+148=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981194 is #67EE6B. Grayscale: #474747. Windows color (decimal): -6811244 or 9703832. OLE color: 9703832.
HSL color Cylindrical-coordinate representation of color #981194: hue angle of 301.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981194 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 148 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.40 |
| HSL | 301.78º | 0.8% | 0.33% | - |
| HSV(B) | 301.78º | 0.89% | 0.6% | - |
| XYZ | 18.49 | 9.21 | 28.82 | - |
| YUV | 72.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 148 | 0 | 0.89 | 0.03 | 0.40 | 301.78 | 0.8 | 0.33 |
| Hex | 98 | 11 | 94 | 0 | 59 | 3 | 28 | 12E | 50 | 21 |
| Octal | 230 | 21 | 224 | 0 | 131 | 3 | 50 | 456 | 120 | 41 |
| Binary | 10011000 | 10001 | 10010100 | 0 | 1011001 | 11 | 101000 | 100101110 | 1010000 | 100001 |
Color Harmonies of #981194
Complementary color
Monochromatic Colors of #981194
Black with #981194
Text Example
Text Example
White with #981194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981194; }
p { color: rgb(152,17,148); }
H1.HeaderClassName
{
color: #981194;
}
.AnyTagClassName
{
color: #981194;
}
</style>
background-color css
<style>
a { background-color: #981194; }
a { background-color: rgb(152,17,148); }
div.DivClassName
{
background-color: #981194;
}
.BgClassName
{
background-color: #981194;
}
</style>
border-color css
<style>
span { border-color: #981194; }
span { border-color: rgb(152,17,148); }
td.TdClassName
{
border-color: #981194;
}
.TagClassName
{
border-color: #981194;
}
</style>