Shades of Dark Magenta #910886
Tints of Dark Magenta #910886
RGB
CMYK
RGB Variations
Color information
#910886 (or 0x910886) is known color: Dark Magenta. HEX triplet: 91, 08 and 86. RGB value is (145,8,134). Sum of RGB (Red+Green+Blue) = 145+8+134=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #910886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910886 is #6EF779. Grayscale: #3E3E3E. Windows color (decimal): -7272314 or 8784017. OLE color: 8784017.
HSL color Cylindrical-coordinate representation of color #910886: hue angle of 304.82º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910886 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 134 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.43 |
| HSL | 304.82º | 0.9% | 0.3% | - |
| HSV(B) | 304.82º | 0.94% | 0.57% | - |
| XYZ | 16.07 | 7.91 | 23.24 | - |
| YUV | 63.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 134 | 0 | 0.94 | 0.08 | 0.43 | 304.82 | 0.9 | 0.3 |
| Hex | 91 | 8 | 86 | 0 | 5E | 8 | 2B | 131 | 5A | 1E |
| Octal | 221 | 10 | 206 | 0 | 136 | 10 | 53 | 461 | 132 | 36 |
| Binary | 10010001 | 1000 | 10000110 | 0 | 1011110 | 1000 | 101011 | 100110001 | 1011010 | 11110 |
Color Harmonies of #910886
Complementary color
Monochromatic Colors of #910886
Black with #910886
Text Example
Text Example
White with #910886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910886; }
p { color: rgb(145,8,134); }
H1.HeaderClassName
{
color: #910886;
}
.AnyTagClassName
{
color: #910886;
}
</style>
background-color css
<style>
a { background-color: #910886; }
a { background-color: rgb(145,8,134); }
div.DivClassName
{
background-color: #910886;
}
.BgClassName
{
background-color: #910886;
}
</style>
border-color css
<style>
span { border-color: #910886; }
span { border-color: rgb(145,8,134); }
td.TdClassName
{
border-color: #910886;
}
.TagClassName
{
border-color: #910886;
}
</style>