Shades of Dark Magenta #910292
Tints of Dark Magenta #910292
RGB
CMYK
RGB Variations
Color information
#910292 (or 0x910292) is known color: Dark Magenta. HEX triplet: 91, 02 and 92. RGB value is (145,2,146). Sum of RGB (Red+Green+Blue) = 145+2+146=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #910292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910292 is #6EFD6D. Grayscale: #3C3C3C. Windows color (decimal): -7273838 or 9568913. OLE color: 9568913.
HSL color Cylindrical-coordinate representation of color #910292: hue angle of 299.58º 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 #910292 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 146 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.43 |
| HSL | 299.58º | 0.97% | 0.29% | - |
| HSV(B) | 299.58º | 0.99% | 0.57% | - |
| XYZ | 16.89 | 8.14 | 27.87 | - |
| YUV | 61.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 146 | 0.01 | 0.99 | 0 | 0.43 | 299.58 | 0.97 | 0.29 |
| Hex | 91 | 2 | 92 | 1 | 63 | 0 | 2B | 12C | 61 | 1D |
| Octal | 221 | 2 | 222 | 1 | 143 | 0 | 53 | 454 | 141 | 35 |
| Binary | 10010001 | 10 | 10010010 | 1 | 1100011 | 0 | 101011 | 100101100 | 1100001 | 11101 |
Color Harmonies of #910292
Complementary color
Monochromatic Colors of #910292
Black with #910292
Text Example
Text Example
White with #910292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910292; }
p { color: rgb(145,2,146); }
H1.HeaderClassName
{
color: #910292;
}
.AnyTagClassName
{
color: #910292;
}
</style>
background-color css
<style>
a { background-color: #910292; }
a { background-color: rgb(145,2,146); }
div.DivClassName
{
background-color: #910292;
}
.BgClassName
{
background-color: #910292;
}
</style>
border-color css
<style>
span { border-color: #910292; }
span { border-color: rgb(145,2,146); }
td.TdClassName
{
border-color: #910292;
}
.TagClassName
{
border-color: #910292;
}
</style>