Shades of Dark Magenta #910584
Tints of Dark Magenta #910584
RGB
CMYK
RGB Variations
Color information
#910584 (or 0x910584) is known color: Dark Magenta. HEX triplet: 91, 05 and 84. RGB value is (145,5,132). Sum of RGB (Red+Green+Blue) = 145+5+132=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #910584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910584 is #6EFA7B. Grayscale: #3C3C3C. Windows color (decimal): -7273084 or 8652177. OLE color: 8652177.
HSL color Cylindrical-coordinate representation of color #910584: hue angle of 305.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910584 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.43 |
| HSL | 305.57º | 0.93% | 0.29% | - |
| HSV(B) | 305.57º | 0.97% | 0.57% | - |
| XYZ | 15.9 | 7.79 | 22.5 | - |
| YUV | 61.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 132 | 0 | 0.97 | 0.09 | 0.43 | 305.57 | 0.93 | 0.29 |
| Hex | 91 | 5 | 84 | 0 | 61 | 9 | 2B | 132 | 5D | 1D |
| Octal | 221 | 5 | 204 | 0 | 141 | 11 | 53 | 462 | 135 | 35 |
| Binary | 10010001 | 101 | 10000100 | 0 | 1100001 | 1001 | 101011 | 100110010 | 1011101 | 11101 |
Color Harmonies of #910584
Complementary color
Monochromatic Colors of #910584
Black with #910584
Text Example
Text Example
White with #910584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910584; }
p { color: rgb(145,5,132); }
H1.HeaderClassName
{
color: #910584;
}
.AnyTagClassName
{
color: #910584;
}
</style>
background-color css
<style>
a { background-color: #910584; }
a { background-color: rgb(145,5,132); }
div.DivClassName
{
background-color: #910584;
}
.BgClassName
{
background-color: #910584;
}
</style>
border-color css
<style>
span { border-color: #910584; }
span { border-color: rgb(145,5,132); }
td.TdClassName
{
border-color: #910584;
}
.TagClassName
{
border-color: #910584;
}
</style>