Shades of Dark Magenta #980187
Tints of Dark Magenta #980187
RGB
CMYK
RGB Variations
Color information
#980187 (or 0x980187) is known color: Dark Magenta. HEX triplet: 98, 01 and 87. RGB value is (152,1,135). Sum of RGB (Red+Green+Blue) = 152+1+135=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980187 is #67FE78. Grayscale: #3D3D3D. Windows color (decimal): -6815353 or 8847768. OLE color: 8847768.
HSL color Cylindrical-coordinate representation of color #980187: hue angle of 306.75º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980187 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 135 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.40 |
| HSL | 306.76º | 0.99% | 0.3% | - |
| HSV(B) | 306.76º | 0.99% | 0.6% | - |
| XYZ | 17.33 | 8.45 | 23.64 | - |
| YUV | 61.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 135 | 0 | 0.99 | 0.11 | 0.40 | 306.76 | 0.99 | 0.3 |
| Hex | 98 | 1 | 87 | 0 | 63 | B | 28 | 133 | 63 | 1E |
| Octal | 230 | 1 | 207 | 0 | 143 | 13 | 50 | 463 | 143 | 36 |
| Binary | 10011000 | 1 | 10000111 | 0 | 1100011 | 1011 | 101000 | 100110011 | 1100011 | 11110 |
Color Harmonies of #980187
Complementary color
Monochromatic Colors of #980187
Black with #980187
Text Example
Text Example
White with #980187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980187; }
p { color: rgb(152,1,135); }
H1.HeaderClassName
{
color: #980187;
}
.AnyTagClassName
{
color: #980187;
}
</style>
background-color css
<style>
a { background-color: #980187; }
a { background-color: rgb(152,1,135); }
div.DivClassName
{
background-color: #980187;
}
.BgClassName
{
background-color: #980187;
}
</style>
border-color css
<style>
span { border-color: #980187; }
span { border-color: rgb(152,1,135); }
td.TdClassName
{
border-color: #980187;
}
.TagClassName
{
border-color: #980187;
}
</style>