Shades of Dark Magenta #910786
Tints of Dark Magenta #910786
RGB
CMYK
RGB Variations
Color information
#910786 (or 0x910786) is known color: Dark Magenta. HEX triplet: 91, 07 and 86. RGB value is (145,7,134). Sum of RGB (Red+Green+Blue) = 145+7+134=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #910786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910786 is #6EF879. Grayscale: #3E3E3E. Windows color (decimal): -7272570 or 8783761. OLE color: 8783761.
HSL color Cylindrical-coordinate representation of color #910786: hue angle of 304.78º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910786 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 134 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.43 |
| HSL | 304.78º | 0.91% | 0.3% | - |
| HSV(B) | 304.78º | 0.95% | 0.57% | - |
| XYZ | 16.06 | 7.89 | 23.23 | - |
| YUV | 62.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 134 | 0 | 0.95 | 0.08 | 0.43 | 304.78 | 0.91 | 0.3 |
| Hex | 91 | 7 | 86 | 0 | 5F | 8 | 2B | 131 | 5B | 1E |
| Octal | 221 | 7 | 206 | 0 | 137 | 10 | 53 | 461 | 133 | 36 |
| Binary | 10010001 | 111 | 10000110 | 0 | 1011111 | 1000 | 101011 | 100110001 | 1011011 | 11110 |
Color Harmonies of #910786
Complementary color
Monochromatic Colors of #910786
Black with #910786
Text Example
Text Example
White with #910786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910786; }
p { color: rgb(145,7,134); }
H1.HeaderClassName
{
color: #910786;
}
.AnyTagClassName
{
color: #910786;
}
</style>
background-color css
<style>
a { background-color: #910786; }
a { background-color: rgb(145,7,134); }
div.DivClassName
{
background-color: #910786;
}
.BgClassName
{
background-color: #910786;
}
</style>
border-color css
<style>
span { border-color: #910786; }
span { border-color: rgb(145,7,134); }
td.TdClassName
{
border-color: #910786;
}
.TagClassName
{
border-color: #910786;
}
</style>