Shades of Dark Magenta #980180
Tints of Dark Magenta #980180
RGB
CMYK
RGB Variations
Color information
#980180 (or 0x980180) is known color: Dark Magenta. HEX triplet: 98, 01 and 80. RGB value is (152,1,128). Sum of RGB (Red+Green+Blue) = 152+1+128=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980180 is #67FE7F. Grayscale: #3C3C3C. Windows color (decimal): -6815360 or 8389016. OLE color: 8389016.
HSL color Cylindrical-coordinate representation of color #980180: hue angle of 309.54º 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 #980180 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.40 |
| HSL | 309.54º | 0.99% | 0.3% | - |
| HSV(B) | 309.54º | 0.99% | 0.6% | - |
| XYZ | 16.86 | 8.26 | 21.13 | - |
| YUV | 60.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 128 | 0 | 0.99 | 0.16 | 0.40 | 309.54 | 0.99 | 0.3 |
| Hex | 98 | 1 | 80 | 0 | 63 | 10 | 28 | 136 | 63 | 1E |
| Octal | 230 | 1 | 200 | 0 | 143 | 20 | 50 | 466 | 143 | 36 |
| Binary | 10011000 | 1 | 10000000 | 0 | 1100011 | 10000 | 101000 | 100110110 | 1100011 | 11110 |
Color Harmonies of #980180
Complementary color
Monochromatic Colors of #980180
Black with #980180
Text Example
Text Example
White with #980180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980180; }
p { color: rgb(152,1,128); }
H1.HeaderClassName
{
color: #980180;
}
.AnyTagClassName
{
color: #980180;
}
</style>
background-color css
<style>
a { background-color: #980180; }
a { background-color: rgb(152,1,128); }
div.DivClassName
{
background-color: #980180;
}
.BgClassName
{
background-color: #980180;
}
</style>
border-color css
<style>
span { border-color: #980180; }
span { border-color: rgb(152,1,128); }
td.TdClassName
{
border-color: #980180;
}
.TagClassName
{
border-color: #980180;
}
</style>