Shades of Dark Magenta #910AAD
Tints of Dark Magenta #910AAD
RGB
CMYK
RGB Variations
Color information
#910AAD (or 0x910AAD) is known color: Dark Magenta. HEX triplet: 91, 0A and AD. RGB value is (145,10,173). Sum of RGB (Red+Green+Blue) = 145+10+173=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #910AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AAD is #6EF552. Grayscale: #444444. Windows color (decimal): -7271763 or 11340433. OLE color: 11340433.
HSL color Cylindrical-coordinate representation of color #910AAD: hue angle of 289.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910AAD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 10 | 173 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.32 |
| HSL | 289.69º | 0.89% | 0.36% | - |
| HSV(B) | 289.69º | 0.94% | 0.68% | - |
| XYZ | 19.33 | 9.25 | 40.3 | - |
| YUV | 68.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 173 | 0.16 | 0.94 | 0 | 0.32 | 289.69 | 0.89 | 0.36 |
| Hex | 91 | A | AD | 10 | 5E | 0 | 20 | 122 | 59 | 24 |
| Octal | 221 | 12 | 255 | 20 | 136 | 0 | 40 | 442 | 131 | 44 |
| Binary | 10010001 | 1010 | 10101101 | 10000 | 1011110 | 0 | 100000 | 100100010 | 1011001 | 100100 |
Color Harmonies of #910AAD
Complementary color
Monochromatic Colors of #910AAD
Black with #910AAD
Text Example
Text Example
White with #910AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AAD; }
p { color: rgb(145,10,173); }
H1.HeaderClassName
{
color: #910AAD;
}
.AnyTagClassName
{
color: #910AAD;
}
</style>
background-color css
<style>
a { background-color: #910AAD; }
a { background-color: rgb(145,10,173); }
div.DivClassName
{
background-color: #910AAD;
}
.BgClassName
{
background-color: #910AAD;
}
</style>
border-color css
<style>
span { border-color: #910AAD; }
span { border-color: rgb(145,10,173); }
td.TdClassName
{
border-color: #910AAD;
}
.TagClassName
{
border-color: #910AAD;
}
</style>