Shades of Dark Magenta #980F90
Tints of Dark Magenta #980F90
RGB
CMYK
RGB Variations
Color information
#980F90 (or 0x980F90) is known color: Dark Magenta. HEX triplet: 98, 0F and 90. RGB value is (152,15,144). Sum of RGB (Red+Green+Blue) = 152+15+144=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #980F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980F90 is #67F06F. Grayscale: #464646. Windows color (decimal): -6811760 or 9441176. OLE color: 9441176.
HSL color Cylindrical-coordinate representation of color #980F90: hue angle of 303.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F90 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 144 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.40 |
| HSL | 303.5º | 0.82% | 0.33% | - |
| HSV(B) | 303.5º | 0.9% | 0.6% | - |
| XYZ | 18.15 | 9.03 | 27.17 | - |
| YUV | 70.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 144 | 0 | 0.90 | 0.05 | 0.40 | 303.5 | 0.82 | 0.33 |
| Hex | 98 | F | 90 | 0 | 5A | 5 | 28 | 130 | 52 | 21 |
| Octal | 230 | 17 | 220 | 0 | 132 | 5 | 50 | 460 | 122 | 41 |
| Binary | 10011000 | 1111 | 10010000 | 0 | 1011010 | 101 | 101000 | 100110000 | 1010010 | 100001 |
Color Harmonies of #980F90
Complementary color
Monochromatic Colors of #980F90
Black with #980F90
Text Example
Text Example
White with #980F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F90; }
p { color: rgb(152,15,144); }
H1.HeaderClassName
{
color: #980F90;
}
.AnyTagClassName
{
color: #980F90;
}
</style>
background-color css
<style>
a { background-color: #980F90; }
a { background-color: rgb(152,15,144); }
div.DivClassName
{
background-color: #980F90;
}
.BgClassName
{
background-color: #980F90;
}
</style>
border-color css
<style>
span { border-color: #980F90; }
span { border-color: rgb(152,15,144); }
td.TdClassName
{
border-color: #980F90;
}
.TagClassName
{
border-color: #980F90;
}
</style>