Shades of Dark Magenta #981DA0
Tints of Dark Magenta #981DA0
RGB
CMYK
RGB Variations
Color information
#981DA0 (or 0x981DA0) is known color: Dark Magenta. HEX triplet: 98, 1D and A0. RGB value is (152,29,160). Sum of RGB (Red+Green+Blue) = 152+29+160=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #981DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981DA0 is #67E25F. Grayscale: #505050. Windows color (decimal): -6808160 or 10493336. OLE color: 10493336.
HSL color Cylindrical-coordinate representation of color #981DA0: hue angle of 296.34º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981DA0 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 29 | 160 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.37 |
| HSL | 296.34º | 0.69% | 0.37% | - |
| HSV(B) | 296.34º | 0.82% | 0.63% | - |
| XYZ | 19.73 | 10.09 | 34.17 | - |
| YUV | 80.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 160 | 0.05 | 0.82 | 0 | 0.37 | 296.34 | 0.69 | 0.37 |
| Hex | 98 | 1D | A0 | 5 | 52 | 0 | 25 | 128 | 45 | 25 |
| Octal | 230 | 35 | 240 | 5 | 122 | 0 | 45 | 450 | 105 | 45 |
| Binary | 10011000 | 11101 | 10100000 | 101 | 1010010 | 0 | 100101 | 100101000 | 1000101 | 100101 |
Color Harmonies of #981DA0
Complementary color
Monochromatic Colors of #981DA0
Black with #981DA0
Text Example
Text Example
White with #981DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DA0; }
p { color: rgb(152,29,160); }
H1.HeaderClassName
{
color: #981DA0;
}
.AnyTagClassName
{
color: #981DA0;
}
</style>
background-color css
<style>
a { background-color: #981DA0; }
a { background-color: rgb(152,29,160); }
div.DivClassName
{
background-color: #981DA0;
}
.BgClassName
{
background-color: #981DA0;
}
</style>
border-color css
<style>
span { border-color: #981DA0; }
span { border-color: rgb(152,29,160); }
td.TdClassName
{
border-color: #981DA0;
}
.TagClassName
{
border-color: #981DA0;
}
</style>