Shades of Dark Magenta #92099F
Tints of Dark Magenta #92099F
RGB
CMYK
RGB Variations
Color information
#92099F (or 0x92099F) is known color: Dark Magenta. HEX triplet: 92, 09 and 9F. RGB value is (146,9,159). Sum of RGB (Red+Green+Blue) = 146+9+159=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #92099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92099F is #6DF660. Grayscale: #424242. Windows color (decimal): -7206497 or 10422674. OLE color: 10422674.
HSL color Cylindrical-coordinate representation of color #92099F: hue angle of 294.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92099F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 9 | 159 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.38 |
| HSL | 294.8º | 0.89% | 0.33% | - |
| HSV(B) | 294.8º | 0.94% | 0.62% | - |
| XYZ | 18.21 | 8.81 | 33.54 | - |
| YUV | 67.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 159 | 0.08 | 0.94 | 0 | 0.38 | 294.8 | 0.89 | 0.33 |
| Hex | 92 | 9 | 9F | 8 | 5E | 0 | 26 | 127 | 59 | 21 |
| Octal | 222 | 11 | 237 | 10 | 136 | 0 | 46 | 447 | 131 | 41 |
| Binary | 10010010 | 1001 | 10011111 | 1000 | 1011110 | 0 | 100110 | 100100111 | 1011001 | 100001 |
Color Harmonies of #92099F
Complementary color
Monochromatic Colors of #92099F
Black with #92099F
Text Example
Text Example
White with #92099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92099F; }
p { color: rgb(146,9,159); }
H1.HeaderClassName
{
color: #92099F;
}
.AnyTagClassName
{
color: #92099F;
}
</style>
background-color css
<style>
a { background-color: #92099F; }
a { background-color: rgb(146,9,159); }
div.DivClassName
{
background-color: #92099F;
}
.BgClassName
{
background-color: #92099F;
}
</style>
border-color css
<style>
span { border-color: #92099F; }
span { border-color: rgb(146,9,159); }
td.TdClassName
{
border-color: #92099F;
}
.TagClassName
{
border-color: #92099F;
}
</style>