Shades of Dark Magenta #910AAC
Tints of Dark Magenta #910AAC
RGB
CMYK
RGB Variations
Color information
#910AAC (or 0x910AAC) is known color: Dark Magenta. HEX triplet: 91, 0A and AC. RGB value is (145,10,172). Sum of RGB (Red+Green+Blue) = 145+10+172=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #910AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AAC is #6EF553. Grayscale: #444444. Windows color (decimal): -7271764 or 11274897. OLE color: 11274897.
HSL color Cylindrical-coordinate representation of color #910AAC: hue angle of 290º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910AAC is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 10 | 172 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.33 |
| HSL | 290º | 0.89% | 0.36% | - |
| HSV(B) | 290º | 0.94% | 0.67% | - |
| XYZ | 19.23 | 9.22 | 39.79 | - |
| YUV | 68.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 172 | 0.16 | 0.94 | 0 | 0.33 | 290 | 0.89 | 0.36 |
| Hex | 91 | A | AC | 10 | 5E | 0 | 21 | 122 | 59 | 24 |
| Octal | 221 | 12 | 254 | 20 | 136 | 0 | 41 | 442 | 131 | 44 |
| Binary | 10010001 | 1010 | 10101100 | 10000 | 1011110 | 0 | 100001 | 100100010 | 1011001 | 100100 |
Color Harmonies of #910AAC
Complementary color
Monochromatic Colors of #910AAC
Black with #910AAC
Text Example
Text Example
White with #910AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AAC; }
p { color: rgb(145,10,172); }
H1.HeaderClassName
{
color: #910AAC;
}
.AnyTagClassName
{
color: #910AAC;
}
</style>
background-color css
<style>
a { background-color: #910AAC; }
a { background-color: rgb(145,10,172); }
div.DivClassName
{
background-color: #910AAC;
}
.BgClassName
{
background-color: #910AAC;
}
</style>
border-color css
<style>
span { border-color: #910AAC; }
span { border-color: rgb(145,10,172); }
td.TdClassName
{
border-color: #910AAC;
}
.TagClassName
{
border-color: #910AAC;
}
</style>