Shades of Dark Magenta #910A84
Tints of Dark Magenta #910A84
RGB
CMYK
RGB Variations
Color information
#910A84 (or 0x910A84) is known color: Dark Magenta. HEX triplet: 91, 0A and 84. RGB value is (145,10,132). Sum of RGB (Red+Green+Blue) = 145+10+132=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #910A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A84 is #6EF57B. Grayscale: #3F3F3F. Windows color (decimal): -7271804 or 8653457. OLE color: 8653457.
HSL color Cylindrical-coordinate representation of color #910A84: hue angle of 305.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A84 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 132 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.43 |
| HSL | 305.78º | 0.87% | 0.3% | - |
| HSV(B) | 305.78º | 0.93% | 0.57% | - |
| XYZ | 15.95 | 7.9 | 22.51 | - |
| YUV | 64.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 132 | 0 | 0.93 | 0.09 | 0.43 | 305.78 | 0.87 | 0.3 |
| Hex | 91 | A | 84 | 0 | 5D | 9 | 2B | 132 | 57 | 1E |
| Octal | 221 | 12 | 204 | 0 | 135 | 11 | 53 | 462 | 127 | 36 |
| Binary | 10010001 | 1010 | 10000100 | 0 | 1011101 | 1001 | 101011 | 100110010 | 1010111 | 11110 |
Color Harmonies of #910A84
Complementary color
Monochromatic Colors of #910A84
Black with #910A84
Text Example
Text Example
White with #910A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A84; }
p { color: rgb(145,10,132); }
H1.HeaderClassName
{
color: #910A84;
}
.AnyTagClassName
{
color: #910A84;
}
</style>
background-color css
<style>
a { background-color: #910A84; }
a { background-color: rgb(145,10,132); }
div.DivClassName
{
background-color: #910A84;
}
.BgClassName
{
background-color: #910A84;
}
</style>
border-color css
<style>
span { border-color: #910A84; }
span { border-color: rgb(145,10,132); }
td.TdClassName
{
border-color: #910A84;
}
.TagClassName
{
border-color: #910A84;
}
</style>