Shades of Dark Magenta #911694
Tints of Dark Magenta #911694
RGB
CMYK
RGB Variations
Color information
#911694 (or 0x911694) is known color: Dark Magenta. HEX triplet: 91, 16 and 94. RGB value is (145,22,148). Sum of RGB (Red+Green+Blue) = 145+22+148=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #911694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911694 is #6EE96B. Grayscale: #484848. Windows color (decimal): -7268716 or 9705105. OLE color: 9705105.
HSL color Cylindrical-coordinate representation of color #911694: hue angle of 298.57º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911694 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 22 | 148 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.42 |
| HSL | 298.57º | 0.74% | 0.33% | - |
| HSV(B) | 298.57º | 0.85% | 0.58% | - |
| XYZ | 17.31 | 8.73 | 28.79 | - |
| YUV | 73.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 148 | 0.02 | 0.85 | 0 | 0.42 | 298.57 | 0.74 | 0.33 |
| Hex | 91 | 16 | 94 | 2 | 55 | 0 | 2A | 12B | 4A | 21 |
| Octal | 221 | 26 | 224 | 2 | 125 | 0 | 52 | 453 | 112 | 41 |
| Binary | 10010001 | 10110 | 10010100 | 10 | 1010101 | 0 | 101010 | 100101011 | 1001010 | 100001 |
Color Harmonies of #911694
Complementary color
Monochromatic Colors of #911694
Black with #911694
Text Example
Text Example
White with #911694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911694; }
p { color: rgb(145,22,148); }
H1.HeaderClassName
{
color: #911694;
}
.AnyTagClassName
{
color: #911694;
}
</style>
background-color css
<style>
a { background-color: #911694; }
a { background-color: rgb(145,22,148); }
div.DivClassName
{
background-color: #911694;
}
.BgClassName
{
background-color: #911694;
}
</style>
border-color css
<style>
span { border-color: #911694; }
span { border-color: rgb(145,22,148); }
td.TdClassName
{
border-color: #911694;
}
.TagClassName
{
border-color: #911694;
}
</style>