Shades of Dark Magenta #911A9E
Tints of Dark Magenta #911A9E
RGB
CMYK
RGB Variations
Color information
#911A9E (or 0x911A9E) is known color: Dark Magenta. HEX triplet: 91, 1A and 9E. RGB value is (145,26,158). Sum of RGB (Red+Green+Blue) = 145+26+158=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #911A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A9E is #6EE561. Grayscale: #4C4C4C. Windows color (decimal): -7267682 or 10361489. OLE color: 10361489.
HSL color Cylindrical-coordinate representation of color #911A9E: hue angle of 294.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911A9E is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 26 | 158 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.38 |
| HSL | 294.09º | 0.72% | 0.36% | - |
| HSV(B) | 294.09º | 0.84% | 0.62% | - |
| XYZ | 18.22 | 9.23 | 33.17 | - |
| YUV | 76.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 158 | 0.08 | 0.84 | 0 | 0.38 | 294.09 | 0.72 | 0.36 |
| Hex | 91 | 1A | 9E | 8 | 54 | 0 | 26 | 126 | 48 | 24 |
| Octal | 221 | 32 | 236 | 10 | 124 | 0 | 46 | 446 | 110 | 44 |
| Binary | 10010001 | 11010 | 10011110 | 1000 | 1010100 | 0 | 100110 | 100100110 | 1001000 | 100100 |
Color Harmonies of #911A9E
Complementary color
Monochromatic Colors of #911A9E
Black with #911A9E
Text Example
Text Example
White with #911A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A9E; }
p { color: rgb(145,26,158); }
H1.HeaderClassName
{
color: #911A9E;
}
.AnyTagClassName
{
color: #911A9E;
}
</style>
background-color css
<style>
a { background-color: #911A9E; }
a { background-color: rgb(145,26,158); }
div.DivClassName
{
background-color: #911A9E;
}
.BgClassName
{
background-color: #911A9E;
}
</style>
border-color css
<style>
span { border-color: #911A9E; }
span { border-color: rgb(145,26,158); }
td.TdClassName
{
border-color: #911A9E;
}
.TagClassName
{
border-color: #911A9E;
}
</style>