Shades of Dark Magenta #911094
Tints of Dark Magenta #911094
RGB
CMYK
RGB Variations
Color information
#911094 (or 0x911094) is known color: Dark Magenta. HEX triplet: 91, 10 and 94. RGB value is (145,16,148). Sum of RGB (Red+Green+Blue) = 145+16+148=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #911094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911094 is #6EEF6B. Grayscale: #454545. Windows color (decimal): -7270252 or 9703569. OLE color: 9703569.
HSL color Cylindrical-coordinate representation of color #911094: hue angle of 298.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911094 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 16 | 148 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.42 |
| HSL | 298.64º | 0.8% | 0.32% | - |
| HSV(B) | 298.64º | 0.89% | 0.58% | - |
| XYZ | 17.21 | 8.53 | 28.76 | - |
| YUV | 69.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 148 | 0.02 | 0.89 | 0 | 0.42 | 298.64 | 0.8 | 0.32 |
| Hex | 91 | 10 | 94 | 2 | 59 | 0 | 2A | 12B | 50 | 20 |
| Octal | 221 | 20 | 224 | 2 | 131 | 0 | 52 | 453 | 120 | 40 |
| Binary | 10010001 | 10000 | 10010100 | 10 | 1011001 | 0 | 101010 | 100101011 | 1010000 | 100000 |
Color Harmonies of #911094
Complementary color
Monochromatic Colors of #911094
Black with #911094
Text Example
Text Example
White with #911094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911094; }
p { color: rgb(145,16,148); }
H1.HeaderClassName
{
color: #911094;
}
.AnyTagClassName
{
color: #911094;
}
</style>
background-color css
<style>
a { background-color: #911094; }
a { background-color: rgb(145,16,148); }
div.DivClassName
{
background-color: #911094;
}
.BgClassName
{
background-color: #911094;
}
</style>
border-color css
<style>
span { border-color: #911094; }
span { border-color: rgb(145,16,148); }
td.TdClassName
{
border-color: #911094;
}
.TagClassName
{
border-color: #911094;
}
</style>