Shades of Dark Magenta #980183
Tints of Dark Magenta #980183
RGB
CMYK
RGB Variations
Color information
#980183 (or 0x980183) is known color: Dark Magenta. HEX triplet: 98, 01 and 83. RGB value is (152,1,131). Sum of RGB (Red+Green+Blue) = 152+1+131=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980183 is #67FE7C. Grayscale: #3C3C3C. Windows color (decimal): -6815357 or 8585624. OLE color: 8585624.
HSL color Cylindrical-coordinate representation of color #980183: hue angle of 308.34º 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 #980183 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.40 |
| HSL | 308.34º | 0.99% | 0.3% | - |
| HSV(B) | 308.34º | 0.99% | 0.6% | - |
| XYZ | 17.06 | 8.34 | 22.18 | - |
| YUV | 60.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 131 | 0 | 0.99 | 0.14 | 0.40 | 308.34 | 0.99 | 0.3 |
| Hex | 98 | 1 | 83 | 0 | 63 | E | 28 | 134 | 63 | 1E |
| Octal | 230 | 1 | 203 | 0 | 143 | 16 | 50 | 464 | 143 | 36 |
| Binary | 10011000 | 1 | 10000011 | 0 | 1100011 | 1110 | 101000 | 100110100 | 1100011 | 11110 |
Color Harmonies of #980183
Complementary color
Monochromatic Colors of #980183
Black with #980183
Text Example
Text Example
White with #980183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980183; }
p { color: rgb(152,1,131); }
H1.HeaderClassName
{
color: #980183;
}
.AnyTagClassName
{
color: #980183;
}
</style>
background-color css
<style>
a { background-color: #980183; }
a { background-color: rgb(152,1,131); }
div.DivClassName
{
background-color: #980183;
}
.BgClassName
{
background-color: #980183;
}
</style>
border-color css
<style>
span { border-color: #980183; }
span { border-color: rgb(152,1,131); }
td.TdClassName
{
border-color: #980183;
}
.TagClassName
{
border-color: #980183;
}
</style>