Shades of Dark Magenta #910A8F
Tints of Dark Magenta #910A8F
RGB
CMYK
RGB Variations
Color information
#910A8F (or 0x910A8F) is known color: Dark Magenta. HEX triplet: 91, 0A and 8F. RGB value is (145,10,143). Sum of RGB (Red+Green+Blue) = 145+10+143=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #910A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A8F is #6EF570. Grayscale: #414141. Windows color (decimal): -7271793 or 9374353. OLE color: 9374353.
HSL color Cylindrical-coordinate representation of color #910A8F: hue angle of 300.89º 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 #910A8F is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 143 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.43 |
| HSL | 300.89º | 0.87% | 0.3% | - |
| HSV(B) | 300.89º | 0.93% | 0.57% | - |
| XYZ | 16.74 | 8.22 | 26.69 | - |
| YUV | 65.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 143 | 0 | 0.93 | 0.01 | 0.43 | 300.89 | 0.87 | 0.3 |
| Hex | 91 | A | 8F | 0 | 5D | 1 | 2B | 12D | 57 | 1E |
| Octal | 221 | 12 | 217 | 0 | 135 | 1 | 53 | 455 | 127 | 36 |
| Binary | 10010001 | 1010 | 10001111 | 0 | 1011101 | 1 | 101011 | 100101101 | 1010111 | 11110 |
Color Harmonies of #910A8F
Complementary color
Monochromatic Colors of #910A8F
Black with #910A8F
Text Example
Text Example
White with #910A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A8F; }
p { color: rgb(145,10,143); }
H1.HeaderClassName
{
color: #910A8F;
}
.AnyTagClassName
{
color: #910A8F;
}
</style>
background-color css
<style>
a { background-color: #910A8F; }
a { background-color: rgb(145,10,143); }
div.DivClassName
{
background-color: #910A8F;
}
.BgClassName
{
background-color: #910A8F;
}
</style>
border-color css
<style>
span { border-color: #910A8F; }
span { border-color: rgb(145,10,143); }
td.TdClassName
{
border-color: #910A8F;
}
.TagClassName
{
border-color: #910A8F;
}
</style>