Shades of Dark Magenta #92017F
Tints of Dark Magenta #92017F
RGB
CMYK
RGB Variations
Color information
#92017F (or 0x92017F) is known color: Dark Magenta. HEX triplet: 92, 01 and 7F. RGB value is (146,1,127). Sum of RGB (Red+Green+Blue) = 146+1+127=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92017F is #6DFE80. Grayscale: #3A3A3A. Windows color (decimal): -7208577 or 8323474. OLE color: 8323474.
HSL color Cylindrical-coordinate representation of color #92017F: hue angle of 307.86º 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 #92017F is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.43 |
| HSL | 307.86º | 0.99% | 0.29% | - |
| HSV(B) | 307.86º | 0.99% | 0.57% | - |
| XYZ | 15.7 | 7.67 | 20.73 | - |
| YUV | 58.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 127 | 0 | 0.99 | 0.13 | 0.43 | 307.86 | 0.99 | 0.29 |
| Hex | 92 | 1 | 7F | 0 | 63 | D | 2B | 134 | 63 | 1D |
| Octal | 222 | 1 | 177 | 0 | 143 | 15 | 53 | 464 | 143 | 35 |
| Binary | 10010010 | 1 | 1111111 | 0 | 1100011 | 1101 | 101011 | 100110100 | 1100011 | 11101 |
Color Harmonies of #92017F
Complementary color
Monochromatic Colors of #92017F
Black with #92017F
Text Example
Text Example
White with #92017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92017F; }
p { color: rgb(146,1,127); }
H1.HeaderClassName
{
color: #92017F;
}
.AnyTagClassName
{
color: #92017F;
}
</style>
background-color css
<style>
a { background-color: #92017F; }
a { background-color: rgb(146,1,127); }
div.DivClassName
{
background-color: #92017F;
}
.BgClassName
{
background-color: #92017F;
}
</style>
border-color css
<style>
span { border-color: #92017F; }
span { border-color: rgb(146,1,127); }
td.TdClassName
{
border-color: #92017F;
}
.TagClassName
{
border-color: #92017F;
}
</style>