Shades of Dark Magenta #910BAA
Tints of Dark Magenta #910BAA
RGB
CMYK
RGB Variations
Color information
#910BAA (or 0x910BAA) is known color: Dark Magenta. HEX triplet: 91, 0B and AA. RGB value is (145,11,170). Sum of RGB (Red+Green+Blue) = 145+11+170=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #910BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910BAA is #6EF455. Grayscale: #444444. Windows color (decimal): -7271510 or 11144081. OLE color: 11144081.
HSL color Cylindrical-coordinate representation of color #910BAA: hue angle of 290.57º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910BAA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 11 | 170 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.33 |
| HSL | 290.57º | 0.88% | 0.35% | - |
| HSV(B) | 290.57º | 0.94% | 0.67% | - |
| XYZ | 19.05 | 9.16 | 38.79 | - |
| YUV | 69.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 170 | 0.15 | 0.94 | 0 | 0.33 | 290.57 | 0.88 | 0.35 |
| Hex | 91 | B | AA | F | 5E | 0 | 21 | 123 | 58 | 23 |
| Octal | 221 | 13 | 252 | 17 | 136 | 0 | 41 | 443 | 130 | 43 |
| Binary | 10010001 | 1011 | 10101010 | 1111 | 1011110 | 0 | 100001 | 100100011 | 1011000 | 100011 |
Color Harmonies of #910BAA
Complementary color
Monochromatic Colors of #910BAA
Black with #910BAA
Text Example
Text Example
White with #910BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BAA; }
p { color: rgb(145,11,170); }
H1.HeaderClassName
{
color: #910BAA;
}
.AnyTagClassName
{
color: #910BAA;
}
</style>
background-color css
<style>
a { background-color: #910BAA; }
a { background-color: rgb(145,11,170); }
div.DivClassName
{
background-color: #910BAA;
}
.BgClassName
{
background-color: #910BAA;
}
</style>
border-color css
<style>
span { border-color: #910BAA; }
span { border-color: rgb(145,11,170); }
td.TdClassName
{
border-color: #910BAA;
}
.TagClassName
{
border-color: #910BAA;
}
</style>