Shades of Dark Magenta #910694
Tints of Dark Magenta #910694
RGB
CMYK
RGB Variations
Color information
#910694 (or 0x910694) is known color: Dark Magenta. HEX triplet: 91, 06 and 94. RGB value is (145,6,148). Sum of RGB (Red+Green+Blue) = 145+6+148=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #910694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910694 is #6EF96B. Grayscale: #3F3F3F. Windows color (decimal): -7272812 or 9701009. OLE color: 9701009.
HSL color Cylindrical-coordinate representation of color #910694: hue angle of 298.73º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910694 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 6 | 148 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.42 |
| HSL | 298.73º | 0.92% | 0.3% | - |
| HSV(B) | 298.73º | 0.96% | 0.58% | - |
| XYZ | 17.09 | 8.29 | 28.72 | - |
| YUV | 63.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 148 | 0.02 | 0.96 | 0 | 0.42 | 298.73 | 0.92 | 0.3 |
| Hex | 91 | 6 | 94 | 2 | 60 | 0 | 2A | 12B | 5C | 1E |
| Octal | 221 | 6 | 224 | 2 | 140 | 0 | 52 | 453 | 134 | 36 |
| Binary | 10010001 | 110 | 10010100 | 10 | 1100000 | 0 | 101010 | 100101011 | 1011100 | 11110 |
Color Harmonies of #910694
Complementary color
Monochromatic Colors of #910694
Black with #910694
Text Example
Text Example
White with #910694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910694; }
p { color: rgb(145,6,148); }
H1.HeaderClassName
{
color: #910694;
}
.AnyTagClassName
{
color: #910694;
}
</style>
background-color css
<style>
a { background-color: #910694; }
a { background-color: rgb(145,6,148); }
div.DivClassName
{
background-color: #910694;
}
.BgClassName
{
background-color: #910694;
}
</style>
border-color css
<style>
span { border-color: #910694; }
span { border-color: rgb(145,6,148); }
td.TdClassName
{
border-color: #910694;
}
.TagClassName
{
border-color: #910694;
}
</style>