Shades of Dark Magenta #92097D
Tints of Dark Magenta #92097D
RGB
CMYK
RGB Variations
Color information
#92097D (or 0x92097D) is known color: Dark Magenta. HEX triplet: 92, 09 and 7D. RGB value is (146,9,125). Sum of RGB (Red+Green+Blue) = 146+9+125=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #92097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92097D is #6DF682. Grayscale: #3E3E3E. Windows color (decimal): -7206531 or 8194450. OLE color: 8194450.
HSL color Cylindrical-coordinate representation of color #92097D: hue angle of 309.2º 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 #92097D is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 125 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.43 |
| HSL | 309.2º | 0.88% | 0.3% | - |
| HSV(B) | 309.2º | 0.94% | 0.57% | - |
| XYZ | 15.65 | 7.79 | 20.08 | - |
| YUV | 63.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 125 | 0 | 0.94 | 0.14 | 0.43 | 309.2 | 0.88 | 0.3 |
| Hex | 92 | 9 | 7D | 0 | 5E | E | 2B | 135 | 58 | 1E |
| Octal | 222 | 11 | 175 | 0 | 136 | 16 | 53 | 465 | 130 | 36 |
| Binary | 10010010 | 1001 | 1111101 | 0 | 1011110 | 1110 | 101011 | 100110101 | 1011000 | 11110 |
Color Harmonies of #92097D
Complementary color
Monochromatic Colors of #92097D
Black with #92097D
Text Example
Text Example
White with #92097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92097D; }
p { color: rgb(146,9,125); }
H1.HeaderClassName
{
color: #92097D;
}
.AnyTagClassName
{
color: #92097D;
}
</style>
background-color css
<style>
a { background-color: #92097D; }
a { background-color: rgb(146,9,125); }
div.DivClassName
{
background-color: #92097D;
}
.BgClassName
{
background-color: #92097D;
}
</style>
border-color css
<style>
span { border-color: #92097D; }
span { border-color: rgb(146,9,125); }
td.TdClassName
{
border-color: #92097D;
}
.TagClassName
{
border-color: #92097D;
}
</style>