Shades of Dark Magenta #981185
Tints of Dark Magenta #981185
RGB
CMYK
RGB Variations
Color information
#981185 (or 0x981185) is known color: Dark Magenta. HEX triplet: 98, 11 and 85. RGB value is (152,17,133). Sum of RGB (Red+Green+Blue) = 152+17+133=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #981185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981185 is #67EE7A. Grayscale: #464646. Windows color (decimal): -6811259 or 8720792. OLE color: 8720792.
HSL color Cylindrical-coordinate representation of color #981185: hue angle of 308.44º 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 #981185 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 133 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.40 |
| HSL | 308.44º | 0.8% | 0.33% | - |
| HSV(B) | 308.44º | 0.89% | 0.6% | - |
| XYZ | 17.38 | 8.77 | 22.97 | - |
| YUV | 70.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 133 | 0 | 0.89 | 0.13 | 0.40 | 308.44 | 0.8 | 0.33 |
| Hex | 98 | 11 | 85 | 0 | 59 | D | 28 | 134 | 50 | 21 |
| Octal | 230 | 21 | 205 | 0 | 131 | 15 | 50 | 464 | 120 | 41 |
| Binary | 10011000 | 10001 | 10000101 | 0 | 1011001 | 1101 | 101000 | 100110100 | 1010000 | 100001 |
Color Harmonies of #981185
Complementary color
Monochromatic Colors of #981185
Black with #981185
Text Example
Text Example
White with #981185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981185; }
p { color: rgb(152,17,133); }
H1.HeaderClassName
{
color: #981185;
}
.AnyTagClassName
{
color: #981185;
}
</style>
background-color css
<style>
a { background-color: #981185; }
a { background-color: rgb(152,17,133); }
div.DivClassName
{
background-color: #981185;
}
.BgClassName
{
background-color: #981185;
}
</style>
border-color css
<style>
span { border-color: #981185; }
span { border-color: rgb(152,17,133); }
td.TdClassName
{
border-color: #981185;
}
.TagClassName
{
border-color: #981185;
}
</style>