Shades of Dark Magenta #981D9C
Tints of Dark Magenta #981D9C
RGB
CMYK
RGB Variations
Color information
#981D9C (or 0x981D9C) is known color: Dark Magenta. HEX triplet: 98, 1D and 9C. RGB value is (152,29,156). Sum of RGB (Red+Green+Blue) = 152+29+156=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #981D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D9C is #67E263. Grayscale: #4F4F4F. Windows color (decimal): -6808164 or 10231192. OLE color: 10231192.
HSL color Cylindrical-coordinate representation of color #981D9C: hue angle of 298.11º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D9C is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 29 | 156 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.39 |
| HSL | 298.11º | 0.69% | 0.36% | - |
| HSV(B) | 298.11º | 0.81% | 0.61% | - |
| XYZ | 19.39 | 9.95 | 32.35 | - |
| YUV | 80.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 156 | 0.03 | 0.81 | 0 | 0.39 | 298.11 | 0.69 | 0.36 |
| Hex | 98 | 1D | 9C | 3 | 51 | 0 | 27 | 12A | 45 | 24 |
| Octal | 230 | 35 | 234 | 3 | 121 | 0 | 47 | 452 | 105 | 44 |
| Binary | 10011000 | 11101 | 10011100 | 11 | 1010001 | 0 | 100111 | 100101010 | 1000101 | 100100 |
Color Harmonies of #981D9C
Complementary color
Monochromatic Colors of #981D9C
Black with #981D9C
Text Example
Text Example
White with #981D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D9C; }
p { color: rgb(152,29,156); }
H1.HeaderClassName
{
color: #981D9C;
}
.AnyTagClassName
{
color: #981D9C;
}
</style>
background-color css
<style>
a { background-color: #981D9C; }
a { background-color: rgb(152,29,156); }
div.DivClassName
{
background-color: #981D9C;
}
.BgClassName
{
background-color: #981D9C;
}
</style>
border-color css
<style>
span { border-color: #981D9C; }
span { border-color: rgb(152,29,156); }
td.TdClassName
{
border-color: #981D9C;
}
.TagClassName
{
border-color: #981D9C;
}
</style>