Shades of Dark Magenta #910FAA
Tints of Dark Magenta #910FAA
RGB
CMYK
RGB Variations
Color information
#910FAA (or 0x910FAA) is known color: Dark Magenta. HEX triplet: 91, 0F and AA. RGB value is (145,15,170). Sum of RGB (Red+Green+Blue) = 145+15+170=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #910FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910FAA is #6EF055. Grayscale: #474747. Windows color (decimal): -7270486 or 11145105. OLE color: 11145105.
HSL color Cylindrical-coordinate representation of color #910FAA: hue angle of 290.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910FAA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 15 | 170 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.33 |
| HSL | 290.32º | 0.84% | 0.36% | - |
| HSV(B) | 290.32º | 0.91% | 0.67% | - |
| XYZ | 19.1 | 9.26 | 38.81 | - |
| YUV | 71.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 170 | 0.15 | 0.91 | 0 | 0.33 | 290.32 | 0.84 | 0.36 |
| Hex | 91 | F | AA | F | 5B | 0 | 21 | 122 | 54 | 24 |
| Octal | 221 | 17 | 252 | 17 | 133 | 0 | 41 | 442 | 124 | 44 |
| Binary | 10010001 | 1111 | 10101010 | 1111 | 1011011 | 0 | 100001 | 100100010 | 1010100 | 100100 |
Color Harmonies of #910FAA
Complementary color
Monochromatic Colors of #910FAA
Black with #910FAA
Text Example
Text Example
White with #910FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FAA; }
p { color: rgb(145,15,170); }
H1.HeaderClassName
{
color: #910FAA;
}
.AnyTagClassName
{
color: #910FAA;
}
</style>
background-color css
<style>
a { background-color: #910FAA; }
a { background-color: rgb(145,15,170); }
div.DivClassName
{
background-color: #910FAA;
}
.BgClassName
{
background-color: #910FAA;
}
</style>
border-color css
<style>
span { border-color: #910FAA; }
span { border-color: rgb(145,15,170); }
td.TdClassName
{
border-color: #910FAA;
}
.TagClassName
{
border-color: #910FAA;
}
</style>