Shades of Dark Magenta #92097F
Tints of Dark Magenta #92097F
RGB
CMYK
RGB Variations
Color information
#92097F (or 0x92097F) is known color: Dark Magenta. HEX triplet: 92, 09 and 7F. RGB value is (146,9,127). Sum of RGB (Red+Green+Blue) = 146+9+127=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #92097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92097F is #6DF680. Grayscale: #3F3F3F. Windows color (decimal): -7206529 or 8325522. OLE color: 8325522.
HSL color Cylindrical-coordinate representation of color #92097F: hue angle of 308.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92097F is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 127 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.43 |
| HSL | 308.32º | 0.88% | 0.3% | - |
| HSV(B) | 308.32º | 0.94% | 0.57% | - |
| XYZ | 15.78 | 7.84 | 20.76 | - |
| YUV | 63.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 127 | 0 | 0.94 | 0.13 | 0.43 | 308.32 | 0.88 | 0.3 |
| Hex | 92 | 9 | 7F | 0 | 5E | D | 2B | 134 | 58 | 1E |
| Octal | 222 | 11 | 177 | 0 | 136 | 15 | 53 | 464 | 130 | 36 |
| Binary | 10010010 | 1001 | 1111111 | 0 | 1011110 | 1101 | 101011 | 100110100 | 1011000 | 11110 |
Color Harmonies of #92097F
Complementary color
Monochromatic Colors of #92097F
Black with #92097F
Text Example
Text Example
White with #92097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92097F; }
p { color: rgb(146,9,127); }
H1.HeaderClassName
{
color: #92097F;
}
.AnyTagClassName
{
color: #92097F;
}
</style>
background-color css
<style>
a { background-color: #92097F; }
a { background-color: rgb(146,9,127); }
div.DivClassName
{
background-color: #92097F;
}
.BgClassName
{
background-color: #92097F;
}
</style>
border-color css
<style>
span { border-color: #92097F; }
span { border-color: rgb(146,9,127); }
td.TdClassName
{
border-color: #92097F;
}
.TagClassName
{
border-color: #92097F;
}
</style>