Shades of Dark Magenta #980387
Tints of Dark Magenta #980387
RGB
CMYK
RGB Variations
Color information
#980387 (or 0x980387) is known color: Dark Magenta. HEX triplet: 98, 03 and 87. RGB value is (152,3,135). Sum of RGB (Red+Green+Blue) = 152+3+135=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980387 is #67FC78. Grayscale: #3E3E3E. Windows color (decimal): -6814841 or 8848280. OLE color: 8848280.
HSL color Cylindrical-coordinate representation of color #980387: hue angle of 306.85º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980387 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.40 |
| HSL | 306.85º | 0.96% | 0.3% | - |
| HSV(B) | 306.85º | 0.98% | 0.6% | - |
| XYZ | 17.35 | 8.49 | 23.65 | - |
| YUV | 62.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 135 | 0 | 0.98 | 0.11 | 0.40 | 306.85 | 0.96 | 0.3 |
| Hex | 98 | 3 | 87 | 0 | 62 | B | 28 | 133 | 60 | 1E |
| Octal | 230 | 3 | 207 | 0 | 142 | 13 | 50 | 463 | 140 | 36 |
| Binary | 10011000 | 11 | 10000111 | 0 | 1100010 | 1011 | 101000 | 100110011 | 1100000 | 11110 |
Color Harmonies of #980387
Complementary color
Monochromatic Colors of #980387
Black with #980387
Text Example
Text Example
White with #980387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980387; }
p { color: rgb(152,3,135); }
H1.HeaderClassName
{
color: #980387;
}
.AnyTagClassName
{
color: #980387;
}
</style>
background-color css
<style>
a { background-color: #980387; }
a { background-color: rgb(152,3,135); }
div.DivClassName
{
background-color: #980387;
}
.BgClassName
{
background-color: #980387;
}
</style>
border-color css
<style>
span { border-color: #980387; }
span { border-color: rgb(152,3,135); }
td.TdClassName
{
border-color: #980387;
}
.TagClassName
{
border-color: #980387;
}
</style>