Shades of Dark Magenta #990183
Tints of Dark Magenta #990183
RGB
CMYK
RGB Variations
Color information
#990183 (or 0x990183) is known color: Dark Magenta. HEX triplet: 99, 01 and 83. RGB value is (153,1,131). Sum of RGB (Red+Green+Blue) = 153+1+131=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #990183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990183 is #66FE7C. Grayscale: #3C3C3C. Windows color (decimal): -6749821 or 8585625. OLE color: 8585625.
HSL color Cylindrical-coordinate representation of color #990183: hue angle of 308.68º 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 #990183 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.4 |
| HSL | 308.68º | 0.99% | 0.3% | - |
| HSV(B) | 308.68º | 0.99% | 0.6% | - |
| XYZ | 17.24 | 8.43 | 22.19 | - |
| YUV | 61.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 131 | 0 | 0.99 | 0.14 | 0.4 | 308.68 | 0.99 | 0.3 |
| Hex | 99 | 1 | 83 | 0 | 63 | E | 28 | 135 | 63 | 1E |
| Octal | 231 | 1 | 203 | 0 | 143 | 16 | 50 | 465 | 143 | 36 |
| Binary | 10011001 | 1 | 10000011 | 0 | 1100011 | 1110 | 101000 | 100110101 | 1100011 | 11110 |
Color Harmonies of #990183
Complementary color
Monochromatic Colors of #990183
Black with #990183
Text Example
Text Example
White with #990183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990183; }
p { color: rgb(153,1,131); }
H1.HeaderClassName
{
color: #990183;
}
.AnyTagClassName
{
color: #990183;
}
</style>
background-color css
<style>
a { background-color: #990183; }
a { background-color: rgb(153,1,131); }
div.DivClassName
{
background-color: #990183;
}
.BgClassName
{
background-color: #990183;
}
</style>
border-color css
<style>
span { border-color: #990183; }
span { border-color: rgb(153,1,131); }
td.TdClassName
{
border-color: #990183;
}
.TagClassName
{
border-color: #990183;
}
</style>