Shades of Dark Magenta #92017C
Tints of Dark Magenta #92017C
RGB
CMYK
RGB Variations
Color information
#92017C (or 0x92017C) is known color: Dark Magenta. HEX triplet: 92, 01 and 7C. RGB value is (146,1,124). Sum of RGB (Red+Green+Blue) = 146+1+124=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92017C is #6DFE83. Grayscale: #3A3A3A. Windows color (decimal): -7208580 or 8126866. OLE color: 8126866.
HSL color Cylindrical-coordinate representation of color #92017C: hue angle of 309.1º 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 #92017C is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.43 |
| HSL | 309.1º | 0.99% | 0.29% | - |
| HSV(B) | 309.1º | 0.99% | 0.57% | - |
| XYZ | 15.5 | 7.59 | 19.72 | - |
| YUV | 58.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 124 | 0 | 0.99 | 0.15 | 0.43 | 309.1 | 0.99 | 0.29 |
| Hex | 92 | 1 | 7C | 0 | 63 | F | 2B | 135 | 63 | 1D |
| Octal | 222 | 1 | 174 | 0 | 143 | 17 | 53 | 465 | 143 | 35 |
| Binary | 10010010 | 1 | 1111100 | 0 | 1100011 | 1111 | 101011 | 100110101 | 1100011 | 11101 |
Color Harmonies of #92017C
Complementary color
Monochromatic Colors of #92017C
Black with #92017C
Text Example
Text Example
White with #92017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92017C; }
p { color: rgb(146,1,124); }
H1.HeaderClassName
{
color: #92017C;
}
.AnyTagClassName
{
color: #92017C;
}
</style>
background-color css
<style>
a { background-color: #92017C; }
a { background-color: rgb(146,1,124); }
div.DivClassName
{
background-color: #92017C;
}
.BgClassName
{
background-color: #92017C;
}
</style>
border-color css
<style>
span { border-color: #92017C; }
span { border-color: rgb(146,1,124); }
td.TdClassName
{
border-color: #92017C;
}
.TagClassName
{
border-color: #92017C;
}
</style>