Shades of Dark Magenta #980A83
Tints of Dark Magenta #980A83
RGB
CMYK
RGB Variations
Color information
#980A83 (or 0x980A83) is known color: Dark Magenta. HEX triplet: 98, 0A and 83. RGB value is (152,10,131). Sum of RGB (Red+Green+Blue) = 152+10+131=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #980A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A83 is #67F57C. Grayscale: #414141. Windows color (decimal): -6813053 or 8587928. OLE color: 8587928.
HSL color Cylindrical-coordinate representation of color #980A83: hue angle of 308.87º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A83 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 131 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.40 |
| HSL | 308.87º | 0.88% | 0.32% | - |
| HSV(B) | 308.87º | 0.93% | 0.6% | - |
| XYZ | 17.15 | 8.53 | 22.22 | - |
| YUV | 66.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 131 | 0 | 0.93 | 0.14 | 0.40 | 308.87 | 0.88 | 0.32 |
| Hex | 98 | A | 83 | 0 | 5D | E | 28 | 135 | 58 | 20 |
| Octal | 230 | 12 | 203 | 0 | 135 | 16 | 50 | 465 | 130 | 40 |
| Binary | 10011000 | 1010 | 10000011 | 0 | 1011101 | 1110 | 101000 | 100110101 | 1011000 | 100000 |
Color Harmonies of #980A83
Complementary color
Monochromatic Colors of #980A83
Black with #980A83
Text Example
Text Example
White with #980A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A83; }
p { color: rgb(152,10,131); }
H1.HeaderClassName
{
color: #980A83;
}
.AnyTagClassName
{
color: #980A83;
}
</style>
background-color css
<style>
a { background-color: #980A83; }
a { background-color: rgb(152,10,131); }
div.DivClassName
{
background-color: #980A83;
}
.BgClassName
{
background-color: #980A83;
}
</style>
border-color css
<style>
span { border-color: #980A83; }
span { border-color: rgb(152,10,131); }
td.TdClassName
{
border-color: #980A83;
}
.TagClassName
{
border-color: #980A83;
}
</style>