Shades of Dark Magenta #980081
Tints of Dark Magenta #980081
RGB
CMYK
RGB Variations
Color information
#980081 (or 0x980081) is known color: Dark Magenta. HEX triplet: 98, 00 and 81. RGB value is (152,0,129). Sum of RGB (Red+Green+Blue) = 152+0+129=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980081 is #67FF7E. Grayscale: #3B3B3B. Windows color (decimal): -6815615 or 8454296. OLE color: 8454296.
HSL color Cylindrical-coordinate representation of color #980081: hue angle of 309.08º 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 #980081 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.15 | 0.40 |
| HSL | 309.08º | 1% | 0.3% | - |
| HSV(B) | 309.08º | 1% | 0.6% | - |
| XYZ | 16.91 | 8.26 | 21.47 | - |
| YUV | 60.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 129 | 0 | 1 | 0.15 | 0.40 | 309.08 | 1 | 0.3 |
| Hex | 98 | 0 | 81 | 0 | 64 | F | 28 | 135 | 64 | 1E |
| Octal | 230 | 0 | 201 | 0 | 144 | 17 | 50 | 465 | 144 | 36 |
| Binary | 10011000 | 0 | 10000001 | 0 | 1100100 | 1111 | 101000 | 100110101 | 1100100 | 11110 |
Color Harmonies of #980081
Complementary color
Monochromatic Colors of #980081
Black with #980081
Text Example
Text Example
White with #980081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980081; }
p { color: rgb(152,0,129); }
H1.HeaderClassName
{
color: #980081;
}
.AnyTagClassName
{
color: #980081;
}
</style>
background-color css
<style>
a { background-color: #980081; }
a { background-color: rgb(152,0,129); }
div.DivClassName
{
background-color: #980081;
}
.BgClassName
{
background-color: #980081;
}
</style>
border-color css
<style>
span { border-color: #980081; }
span { border-color: rgb(152,0,129); }
td.TdClassName
{
border-color: #980081;
}
.TagClassName
{
border-color: #980081;
}
</style>