Shades of Dark Magenta #910A89
Tints of Dark Magenta #910A89
RGB
CMYK
RGB Variations
Color information
#910A89 (or 0x910A89) is known color: Dark Magenta. HEX triplet: 91, 0A and 89. RGB value is (145,10,137). Sum of RGB (Red+Green+Blue) = 145+10+137=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #910A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A89 is #6EF576. Grayscale: #404040. Windows color (decimal): -7271799 or 8981137. OLE color: 8981137.
HSL color Cylindrical-coordinate representation of color #910A89: hue angle of 303.56º 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 #910A89 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 137 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.43 |
| HSL | 303.56º | 0.87% | 0.3% | - |
| HSV(B) | 303.56º | 0.93% | 0.57% | - |
| XYZ | 16.3 | 8.04 | 24.36 | - |
| YUV | 64.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 137 | 0 | 0.93 | 0.06 | 0.43 | 303.56 | 0.87 | 0.3 |
| Hex | 91 | A | 89 | 0 | 5D | 6 | 2B | 130 | 57 | 1E |
| Octal | 221 | 12 | 211 | 0 | 135 | 6 | 53 | 460 | 127 | 36 |
| Binary | 10010001 | 1010 | 10001001 | 0 | 1011101 | 110 | 101011 | 100110000 | 1010111 | 11110 |
Color Harmonies of #910A89
Complementary color
Monochromatic Colors of #910A89
Black with #910A89
Text Example
Text Example
White with #910A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A89; }
p { color: rgb(145,10,137); }
H1.HeaderClassName
{
color: #910A89;
}
.AnyTagClassName
{
color: #910A89;
}
</style>
background-color css
<style>
a { background-color: #910A89; }
a { background-color: rgb(145,10,137); }
div.DivClassName
{
background-color: #910A89;
}
.BgClassName
{
background-color: #910A89;
}
</style>
border-color css
<style>
span { border-color: #910A89; }
span { border-color: rgb(145,10,137); }
td.TdClassName
{
border-color: #910A89;
}
.TagClassName
{
border-color: #910A89;
}
</style>