Shades of Dark Magenta #910CAA
Tints of Dark Magenta #910CAA
RGB
CMYK
RGB Variations
Color information
#910CAA (or 0x910CAA) is known color: Dark Magenta. HEX triplet: 91, 0C and AA. RGB value is (145,12,170). Sum of RGB (Red+Green+Blue) = 145+12+170=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #910CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910CAA is #6EF355. Grayscale: #454545. Windows color (decimal): -7271254 or 11144337. OLE color: 11144337.
HSL color Cylindrical-coordinate representation of color #910CAA: hue angle of 290.51º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910CAA is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 12 | 170 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.33 |
| HSL | 290.51º | 0.87% | 0.36% | - |
| HSV(B) | 290.51º | 0.93% | 0.67% | - |
| XYZ | 19.06 | 9.18 | 38.8 | - |
| YUV | 69.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 170 | 0.15 | 0.93 | 0 | 0.33 | 290.51 | 0.87 | 0.36 |
| Hex | 91 | C | AA | F | 5D | 0 | 21 | 123 | 57 | 24 |
| Octal | 221 | 14 | 252 | 17 | 135 | 0 | 41 | 443 | 127 | 44 |
| Binary | 10010001 | 1100 | 10101010 | 1111 | 1011101 | 0 | 100001 | 100100011 | 1010111 | 100100 |
Color Harmonies of #910CAA
Complementary color
Monochromatic Colors of #910CAA
Black with #910CAA
Text Example
Text Example
White with #910CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CAA; }
p { color: rgb(145,12,170); }
H1.HeaderClassName
{
color: #910CAA;
}
.AnyTagClassName
{
color: #910CAA;
}
</style>
background-color css
<style>
a { background-color: #910CAA; }
a { background-color: rgb(145,12,170); }
div.DivClassName
{
background-color: #910CAA;
}
.BgClassName
{
background-color: #910CAA;
}
</style>
border-color css
<style>
span { border-color: #910CAA; }
span { border-color: rgb(145,12,170); }
td.TdClassName
{
border-color: #910CAA;
}
.TagClassName
{
border-color: #910CAA;
}
</style>