Shades of Dark Magenta #911A8F
Tints of Dark Magenta #911A8F
RGB
CMYK
RGB Variations
Color information
#911A8F (or 0x911A8F) is known color: Dark Magenta. HEX triplet: 91, 1A and 8F. RGB value is (145,26,143). Sum of RGB (Red+Green+Blue) = 145+26+143=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #911A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A8F is #6EE570. Grayscale: #4A4A4A. Windows color (decimal): -7267697 or 9378449. OLE color: 9378449.
HSL color Cylindrical-coordinate representation of color #911A8F: hue angle of 301.01º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A8F is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 143 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.43 |
| HSL | 301.01º | 0.7% | 0.34% | - |
| HSV(B) | 301.01º | 0.82% | 0.57% | - |
| XYZ | 17 | 8.74 | 26.78 | - |
| YUV | 74.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 143 | 0 | 0.82 | 0.01 | 0.43 | 301.01 | 0.7 | 0.34 |
| Hex | 91 | 1A | 8F | 0 | 52 | 1 | 2B | 12D | 46 | 22 |
| Octal | 221 | 32 | 217 | 0 | 122 | 1 | 53 | 455 | 106 | 42 |
| Binary | 10010001 | 11010 | 10001111 | 0 | 1010010 | 1 | 101011 | 100101101 | 1000110 | 100010 |
Color Harmonies of #911A8F
Complementary color
Monochromatic Colors of #911A8F
Black with #911A8F
Text Example
Text Example
White with #911A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A8F; }
p { color: rgb(145,26,143); }
H1.HeaderClassName
{
color: #911A8F;
}
.AnyTagClassName
{
color: #911A8F;
}
</style>
background-color css
<style>
a { background-color: #911A8F; }
a { background-color: rgb(145,26,143); }
div.DivClassName
{
background-color: #911A8F;
}
.BgClassName
{
background-color: #911A8F;
}
</style>
border-color css
<style>
span { border-color: #911A8F; }
span { border-color: rgb(145,26,143); }
td.TdClassName
{
border-color: #911A8F;
}
.TagClassName
{
border-color: #911A8F;
}
</style>