Shades of Dark Magenta #911A9D
Tints of Dark Magenta #911A9D
RGB
CMYK
RGB Variations
Color information
#911A9D (or 0x911A9D) is known color: Dark Magenta. HEX triplet: 91, 1A and 9D. RGB value is (145,26,157). Sum of RGB (Red+Green+Blue) = 145+26+157=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #911A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A9D is #6EE562. Grayscale: #4C4C4C. Windows color (decimal): -7267683 or 10295953. OLE color: 10295953.
HSL color Cylindrical-coordinate representation of color #911A9D: hue angle of 294.5º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911A9D is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 26 | 157 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.38 |
| HSL | 294.5º | 0.72% | 0.36% | - |
| HSV(B) | 294.5º | 0.83% | 0.62% | - |
| XYZ | 18.13 | 9.19 | 32.72 | - |
| YUV | 76.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 157 | 0.08 | 0.83 | 0 | 0.38 | 294.5 | 0.72 | 0.36 |
| Hex | 91 | 1A | 9D | 8 | 53 | 0 | 26 | 127 | 48 | 24 |
| Octal | 221 | 32 | 235 | 10 | 123 | 0 | 46 | 447 | 110 | 44 |
| Binary | 10010001 | 11010 | 10011101 | 1000 | 1010011 | 0 | 100110 | 100100111 | 1001000 | 100100 |
Color Harmonies of #911A9D
Complementary color
Monochromatic Colors of #911A9D
Black with #911A9D
Text Example
Text Example
White with #911A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A9D; }
p { color: rgb(145,26,157); }
H1.HeaderClassName
{
color: #911A9D;
}
.AnyTagClassName
{
color: #911A9D;
}
</style>
background-color css
<style>
a { background-color: #911A9D; }
a { background-color: rgb(145,26,157); }
div.DivClassName
{
background-color: #911A9D;
}
.BgClassName
{
background-color: #911A9D;
}
</style>
border-color css
<style>
span { border-color: #911A9D; }
span { border-color: rgb(145,26,157); }
td.TdClassName
{
border-color: #911A9D;
}
.TagClassName
{
border-color: #911A9D;
}
</style>