Shades of Dark Magenta #980083
Tints of Dark Magenta #980083
RGB
CMYK
RGB Variations
Color information
#980083 (or 0x980083) is known color: Dark Magenta. HEX triplet: 98, 00 and 83. RGB value is (152,0,131). Sum of RGB (Red+Green+Blue) = 152+0+131=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #980083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980083 is #67FF7C. Grayscale: #3C3C3C. Windows color (decimal): -6815613 or 8585368. OLE color: 8585368.
HSL color Cylindrical-coordinate representation of color #980083: hue angle of 308.29º 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 #980083 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.14 | 0.40 |
| HSL | 308.29º | 1% | 0.3% | - |
| HSV(B) | 308.29º | 1% | 0.6% | - |
| XYZ | 17.05 | 8.31 | 22.18 | - |
| YUV | 60.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 131 | 0 | 1 | 0.14 | 0.40 | 308.29 | 1 | 0.3 |
| Hex | 98 | 0 | 83 | 0 | 64 | E | 28 | 134 | 64 | 1E |
| Octal | 230 | 0 | 203 | 0 | 144 | 16 | 50 | 464 | 144 | 36 |
| Binary | 10011000 | 0 | 10000011 | 0 | 1100100 | 1110 | 101000 | 100110100 | 1100100 | 11110 |
Color Harmonies of #980083
Complementary color
Monochromatic Colors of #980083
Black with #980083
Text Example
Text Example
White with #980083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980083; }
p { color: rgb(152,0,131); }
H1.HeaderClassName
{
color: #980083;
}
.AnyTagClassName
{
color: #980083;
}
</style>
background-color css
<style>
a { background-color: #980083; }
a { background-color: rgb(152,0,131); }
div.DivClassName
{
background-color: #980083;
}
.BgClassName
{
background-color: #980083;
}
</style>
border-color css
<style>
span { border-color: #980083; }
span { border-color: rgb(152,0,131); }
td.TdClassName
{
border-color: #980083;
}
.TagClassName
{
border-color: #980083;
}
</style>