Shades of Dark Magenta #910A8E
Tints of Dark Magenta #910A8E
RGB
CMYK
RGB Variations
Color information
#910A8E (or 0x910A8E) is known color: Dark Magenta. HEX triplet: 91, 0A and 8E. RGB value is (145,10,142). Sum of RGB (Red+Green+Blue) = 145+10+142=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #910A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A8E is #6EF571. Grayscale: #414141. Windows color (decimal): -7271794 or 9308817. OLE color: 9308817.
HSL color Cylindrical-coordinate representation of color #910A8E: hue angle of 301.33º 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 #910A8E is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 142 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.43 |
| HSL | 301.33º | 0.87% | 0.3% | - |
| HSV(B) | 301.33º | 0.93% | 0.57% | - |
| XYZ | 16.67 | 8.19 | 26.29 | - |
| YUV | 65.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 142 | 0 | 0.93 | 0.02 | 0.43 | 301.33 | 0.87 | 0.3 |
| Hex | 91 | A | 8E | 0 | 5D | 2 | 2B | 12D | 57 | 1E |
| Octal | 221 | 12 | 216 | 0 | 135 | 2 | 53 | 455 | 127 | 36 |
| Binary | 10010001 | 1010 | 10001110 | 0 | 1011101 | 10 | 101011 | 100101101 | 1010111 | 11110 |
Color Harmonies of #910A8E
Complementary color
Monochromatic Colors of #910A8E
Black with #910A8E
Text Example
Text Example
White with #910A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A8E; }
p { color: rgb(145,10,142); }
H1.HeaderClassName
{
color: #910A8E;
}
.AnyTagClassName
{
color: #910A8E;
}
</style>
background-color css
<style>
a { background-color: #910A8E; }
a { background-color: rgb(145,10,142); }
div.DivClassName
{
background-color: #910A8E;
}
.BgClassName
{
background-color: #910A8E;
}
</style>
border-color css
<style>
span { border-color: #910A8E; }
span { border-color: rgb(145,10,142); }
td.TdClassName
{
border-color: #910A8E;
}
.TagClassName
{
border-color: #910A8E;
}
</style>