Shades of Dark Magenta #910291
Tints of Dark Magenta #910291
RGB
CMYK
RGB Variations
Color information
#910291 (or 0x910291) is known color: Dark Magenta. HEX triplet: 91, 02 and 91. RGB value is (145,2,145). Sum of RGB (Red+Green+Blue) = 145+2+145=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #910291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910291 is #6EFD6E. Grayscale: #3C3C3C. Windows color (decimal): -7273839 or 9503377. OLE color: 9503377.
HSL color Cylindrical-coordinate representation of color #910291: hue angle of 300º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910291 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0 | 0.43 |
| HSL | 300º | 0.97% | 0.29% | - |
| HSV(B) | 300º | 0.99% | 0.57% | - |
| XYZ | 16.81 | 8.11 | 27.47 | - |
| YUV | 61.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 145 | 0 | 0.99 | 0 | 0.43 | 300 | 0.97 | 0.29 |
| Hex | 91 | 2 | 91 | 0 | 63 | 0 | 2B | 12C | 61 | 1D |
| Octal | 221 | 2 | 221 | 0 | 143 | 0 | 53 | 454 | 141 | 35 |
| Binary | 10010001 | 10 | 10010001 | 0 | 1100011 | 0 | 101011 | 100101100 | 1100001 | 11101 |
Color Harmonies of #910291
Complementary color
Monochromatic Colors of #910291
Black with #910291
Text Example
Text Example
White with #910291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910291; }
p { color: rgb(145,2,145); }
H1.HeaderClassName
{
color: #910291;
}
.AnyTagClassName
{
color: #910291;
}
</style>
background-color css
<style>
a { background-color: #910291; }
a { background-color: rgb(145,2,145); }
div.DivClassName
{
background-color: #910291;
}
.BgClassName
{
background-color: #910291;
}
</style>
border-color css
<style>
span { border-color: #910291; }
span { border-color: rgb(145,2,145); }
td.TdClassName
{
border-color: #910291;
}
.TagClassName
{
border-color: #910291;
}
</style>