Shades of Dark Magenta #980E90
Tints of Dark Magenta #980E90
RGB
CMYK
RGB Variations
Color information
#980E90 (or 0x980E90) is known color: Dark Magenta. HEX triplet: 98, 0E and 90. RGB value is (152,14,144). Sum of RGB (Red+Green+Blue) = 152+14+144=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #980E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E90 is #67F16F. Grayscale: #454545. Windows color (decimal): -6812016 or 9440920. OLE color: 9440920.
HSL color Cylindrical-coordinate representation of color #980E90: hue angle of 303.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E90 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 144 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.40 |
| HSL | 303.48º | 0.83% | 0.33% | - |
| HSV(B) | 303.48º | 0.91% | 0.6% | - |
| XYZ | 18.14 | 9 | 27.17 | - |
| YUV | 70.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 144 | 0 | 0.91 | 0.05 | 0.40 | 303.48 | 0.83 | 0.33 |
| Hex | 98 | E | 90 | 0 | 5B | 5 | 28 | 12F | 53 | 21 |
| Octal | 230 | 16 | 220 | 0 | 133 | 5 | 50 | 457 | 123 | 41 |
| Binary | 10011000 | 1110 | 10010000 | 0 | 1011011 | 101 | 101000 | 100101111 | 1010011 | 100001 |
Color Harmonies of #980E90
Complementary color
Monochromatic Colors of #980E90
Black with #980E90
Text Example
Text Example
White with #980E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E90; }
p { color: rgb(152,14,144); }
H1.HeaderClassName
{
color: #980E90;
}
.AnyTagClassName
{
color: #980E90;
}
</style>
background-color css
<style>
a { background-color: #980E90; }
a { background-color: rgb(152,14,144); }
div.DivClassName
{
background-color: #980E90;
}
.BgClassName
{
background-color: #980E90;
}
</style>
border-color css
<style>
span { border-color: #980E90; }
span { border-color: rgb(152,14,144); }
td.TdClassName
{
border-color: #980E90;
}
.TagClassName
{
border-color: #980E90;
}
</style>