Shades of Dark Magenta #980090
Tints of Dark Magenta #980090
RGB
CMYK
RGB Variations
Color information
#980090 (or 0x980090) is known color: Dark Magenta. HEX triplet: 98, 00 and 90. RGB value is (152,0,144). Sum of RGB (Red+Green+Blue) = 152+0+144=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #980090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980090 is #67FF6F. Grayscale: #3D3D3D. Windows color (decimal): -6815600 or 9437336. OLE color: 9437336.
HSL color Cylindrical-coordinate representation of color #980090: hue angle of 303.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980090 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.05 | 0.40 |
| HSL | 303.16º | 1% | 0.3% | - |
| HSV(B) | 303.16º | 1% | 0.6% | - |
| XYZ | 17.98 | 8.69 | 27.11 | - |
| YUV | 61.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 144 | 0 | 1 | 0.05 | 0.40 | 303.16 | 1 | 0.3 |
| Hex | 98 | 0 | 90 | 0 | 64 | 5 | 28 | 12F | 64 | 1E |
| Octal | 230 | 0 | 220 | 0 | 144 | 5 | 50 | 457 | 144 | 36 |
| Binary | 10011000 | 0 | 10010000 | 0 | 1100100 | 101 | 101000 | 100101111 | 1100100 | 11110 |
Color Harmonies of #980090
Complementary color
Monochromatic Colors of #980090
Black with #980090
Text Example
Text Example
White with #980090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980090; }
p { color: rgb(152,0,144); }
H1.HeaderClassName
{
color: #980090;
}
.AnyTagClassName
{
color: #980090;
}
</style>
background-color css
<style>
a { background-color: #980090; }
a { background-color: rgb(152,0,144); }
div.DivClassName
{
background-color: #980090;
}
.BgClassName
{
background-color: #980090;
}
</style>
border-color css
<style>
span { border-color: #980090; }
span { border-color: rgb(152,0,144); }
td.TdClassName
{
border-color: #980090;
}
.TagClassName
{
border-color: #980090;
}
</style>