Shades of Dark Magenta #92017E
Tints of Dark Magenta #92017E
RGB
CMYK
RGB Variations
Color information
#92017E (or 0x92017E) is known color: Dark Magenta. HEX triplet: 92, 01 and 7E. RGB value is (146,1,126). Sum of RGB (Red+Green+Blue) = 146+1+126=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92017E is #6DFE81. Grayscale: #3A3A3A. Windows color (decimal): -7208578 or 8257938. OLE color: 8257938.
HSL color Cylindrical-coordinate representation of color #92017E: hue angle of 308.28º degrees, saturation: 0.99, 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 #92017E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.43 |
| HSL | 308.28º | 0.99% | 0.29% | - |
| HSV(B) | 308.28º | 0.99% | 0.57% | - |
| XYZ | 15.63 | 7.64 | 20.39 | - |
| YUV | 58.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 126 | 0 | 0.99 | 0.14 | 0.43 | 308.28 | 0.99 | 0.29 |
| Hex | 92 | 1 | 7E | 0 | 63 | E | 2B | 134 | 63 | 1D |
| Octal | 222 | 1 | 176 | 0 | 143 | 16 | 53 | 464 | 143 | 35 |
| Binary | 10010010 | 1 | 1111110 | 0 | 1100011 | 1110 | 101011 | 100110100 | 1100011 | 11101 |
Color Harmonies of #92017E
Complementary color
Monochromatic Colors of #92017E
Black with #92017E
Text Example
Text Example
White with #92017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92017E; }
p { color: rgb(146,1,126); }
H1.HeaderClassName
{
color: #92017E;
}
.AnyTagClassName
{
color: #92017E;
}
</style>
background-color css
<style>
a { background-color: #92017E; }
a { background-color: rgb(146,1,126); }
div.DivClassName
{
background-color: #92017E;
}
.BgClassName
{
background-color: #92017E;
}
</style>
border-color css
<style>
span { border-color: #92017E; }
span { border-color: rgb(146,1,126); }
td.TdClassName
{
border-color: #92017E;
}
.TagClassName
{
border-color: #92017E;
}
</style>