Shades of Dark Magenta #910A7C
Tints of Dark Magenta #910A7C
RGB
CMYK
RGB Variations
Color information
#910A7C (or 0x910A7C) is known color: Dark Magenta. HEX triplet: 91, 0A and 7C. RGB value is (145,10,124). Sum of RGB (Red+Green+Blue) = 145+10+124=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #910A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A7C is #6EF583. Grayscale: #3F3F3F. Windows color (decimal): -7271812 or 8129169. OLE color: 8129169.
HSL color Cylindrical-coordinate representation of color #910A7C: hue angle of 309.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 #910A7C is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 124 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.43 |
| HSL | 309.33º | 0.87% | 0.3% | - |
| HSV(B) | 309.33º | 0.93% | 0.57% | - |
| XYZ | 15.42 | 7.69 | 19.74 | - |
| YUV | 63.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 124 | 0 | 0.93 | 0.14 | 0.43 | 309.33 | 0.87 | 0.3 |
| Hex | 91 | A | 7C | 0 | 5D | E | 2B | 135 | 57 | 1E |
| Octal | 221 | 12 | 174 | 0 | 135 | 16 | 53 | 465 | 127 | 36 |
| Binary | 10010001 | 1010 | 1111100 | 0 | 1011101 | 1110 | 101011 | 100110101 | 1010111 | 11110 |
Color Harmonies of #910A7C
Complementary color
Monochromatic Colors of #910A7C
Black with #910A7C
Text Example
Text Example
White with #910A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A7C; }
p { color: rgb(145,10,124); }
H1.HeaderClassName
{
color: #910A7C;
}
.AnyTagClassName
{
color: #910A7C;
}
</style>
background-color css
<style>
a { background-color: #910A7C; }
a { background-color: rgb(145,10,124); }
div.DivClassName
{
background-color: #910A7C;
}
.BgClassName
{
background-color: #910A7C;
}
</style>
border-color css
<style>
span { border-color: #910A7C; }
span { border-color: rgb(145,10,124); }
td.TdClassName
{
border-color: #910A7C;
}
.TagClassName
{
border-color: #910A7C;
}
</style>