Shades of Dark Magenta #981195
Tints of Dark Magenta #981195
RGB
CMYK
RGB Variations
Color information
#981195 (or 0x981195) is known color: Dark Magenta. HEX triplet: 98, 11 and 95. RGB value is (152,17,149). Sum of RGB (Red+Green+Blue) = 152+17+149=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981195 is #67EE6A. Grayscale: #484848. Windows color (decimal): -6811243 or 9769368. OLE color: 9769368.
HSL color Cylindrical-coordinate representation of color #981195: hue angle of 301.33º 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 #981195 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 149 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.40 |
| HSL | 301.33º | 0.8% | 0.33% | - |
| HSV(B) | 301.33º | 0.89% | 0.6% | - |
| XYZ | 18.57 | 9.25 | 29.24 | - |
| YUV | 72.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 149 | 0 | 0.89 | 0.02 | 0.40 | 301.33 | 0.8 | 0.33 |
| Hex | 98 | 11 | 95 | 0 | 59 | 2 | 28 | 12D | 50 | 21 |
| Octal | 230 | 21 | 225 | 0 | 131 | 2 | 50 | 455 | 120 | 41 |
| Binary | 10011000 | 10001 | 10010101 | 0 | 1011001 | 10 | 101000 | 100101101 | 1010000 | 100001 |
Color Harmonies of #981195
Complementary color
Monochromatic Colors of #981195
Black with #981195
Text Example
Text Example
White with #981195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981195; }
p { color: rgb(152,17,149); }
H1.HeaderClassName
{
color: #981195;
}
.AnyTagClassName
{
color: #981195;
}
</style>
background-color css
<style>
a { background-color: #981195; }
a { background-color: rgb(152,17,149); }
div.DivClassName
{
background-color: #981195;
}
.BgClassName
{
background-color: #981195;
}
</style>
border-color css
<style>
span { border-color: #981195; }
span { border-color: rgb(152,17,149); }
td.TdClassName
{
border-color: #981195;
}
.TagClassName
{
border-color: #981195;
}
</style>