Shades of Dark Magenta #910884
Tints of Dark Magenta #910884
RGB
CMYK
RGB Variations
Color information
#910884 (or 0x910884) is known color: Dark Magenta. HEX triplet: 91, 08 and 84. RGB value is (145,8,132). Sum of RGB (Red+Green+Blue) = 145+8+132=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #910884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910884 is #6EF77B. Grayscale: #3E3E3E. Windows color (decimal): -7272316 or 8652945. OLE color: 8652945.
HSL color Cylindrical-coordinate representation of color #910884: hue angle of 305.69º 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 #910884 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 132 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.43 |
| HSL | 305.69º | 0.9% | 0.3% | - |
| HSV(B) | 305.69º | 0.94% | 0.57% | - |
| XYZ | 15.93 | 7.86 | 22.51 | - |
| YUV | 63.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 132 | 0 | 0.94 | 0.09 | 0.43 | 305.69 | 0.9 | 0.3 |
| Hex | 91 | 8 | 84 | 0 | 5E | 9 | 2B | 132 | 5A | 1E |
| Octal | 221 | 10 | 204 | 0 | 136 | 11 | 53 | 462 | 132 | 36 |
| Binary | 10010001 | 1000 | 10000100 | 0 | 1011110 | 1001 | 101011 | 100110010 | 1011010 | 11110 |
Color Harmonies of #910884
Complementary color
Monochromatic Colors of #910884
Black with #910884
Text Example
Text Example
White with #910884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910884; }
p { color: rgb(145,8,132); }
H1.HeaderClassName
{
color: #910884;
}
.AnyTagClassName
{
color: #910884;
}
</style>
background-color css
<style>
a { background-color: #910884; }
a { background-color: rgb(145,8,132); }
div.DivClassName
{
background-color: #910884;
}
.BgClassName
{
background-color: #910884;
}
</style>
border-color css
<style>
span { border-color: #910884; }
span { border-color: rgb(145,8,132); }
td.TdClassName
{
border-color: #910884;
}
.TagClassName
{
border-color: #910884;
}
</style>