Shades of Dark Magenta #910983
Tints of Dark Magenta #910983
RGB
CMYK
RGB Variations
Color information
#910983 (or 0x910983) is known color: Dark Magenta. HEX triplet: 91, 09 and 83. RGB value is (145,9,131). Sum of RGB (Red+Green+Blue) = 145+9+131=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #910983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910983 is #6EF67C. Grayscale: #3F3F3F. Windows color (decimal): -7272061 or 8587665. OLE color: 8587665.
HSL color Cylindrical-coordinate representation of color #910983: hue angle of 306.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910983 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 131 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.43 |
| HSL | 306.18º | 0.88% | 0.3% | - |
| HSV(B) | 306.18º | 0.94% | 0.57% | - |
| XYZ | 15.87 | 7.85 | 22.15 | - |
| YUV | 63.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 131 | 0 | 0.94 | 0.10 | 0.43 | 306.18 | 0.88 | 0.3 |
| Hex | 91 | 9 | 83 | 0 | 5E | A | 2B | 132 | 58 | 1E |
| Octal | 221 | 11 | 203 | 0 | 136 | 12 | 53 | 462 | 130 | 36 |
| Binary | 10010001 | 1001 | 10000011 | 0 | 1011110 | 1010 | 101011 | 100110010 | 1011000 | 11110 |
Color Harmonies of #910983
Complementary color
Monochromatic Colors of #910983
Black with #910983
Text Example
Text Example
White with #910983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910983; }
p { color: rgb(145,9,131); }
H1.HeaderClassName
{
color: #910983;
}
.AnyTagClassName
{
color: #910983;
}
</style>
background-color css
<style>
a { background-color: #910983; }
a { background-color: rgb(145,9,131); }
div.DivClassName
{
background-color: #910983;
}
.BgClassName
{
background-color: #910983;
}
</style>
border-color css
<style>
span { border-color: #910983; }
span { border-color: rgb(145,9,131); }
td.TdClassName
{
border-color: #910983;
}
.TagClassName
{
border-color: #910983;
}
</style>