Shades of Dark Magenta #92099A
Tints of Dark Magenta #92099A
RGB
CMYK
RGB Variations
Color information
#92099A (or 0x92099A) is known color: Dark Magenta. HEX triplet: 92, 09 and 9A. RGB value is (146,9,154). Sum of RGB (Red+Green+Blue) = 146+9+154=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #92099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92099A is #6DF665. Grayscale: #424242. Windows color (decimal): -7206502 or 10094994. OLE color: 10094994.
HSL color Cylindrical-coordinate representation of color #92099A: hue angle of 296.69º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92099A is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 9 | 154 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.40 |
| HSL | 296.69º | 0.89% | 0.32% | - |
| HSV(B) | 296.69º | 0.94% | 0.6% | - |
| XYZ | 17.78 | 8.64 | 31.3 | - |
| YUV | 66.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 154 | 0.05 | 0.94 | 0 | 0.40 | 296.69 | 0.89 | 0.32 |
| Hex | 92 | 9 | 9A | 5 | 5E | 0 | 28 | 129 | 59 | 20 |
| Octal | 222 | 11 | 232 | 5 | 136 | 0 | 50 | 451 | 131 | 40 |
| Binary | 10010010 | 1001 | 10011010 | 101 | 1011110 | 0 | 101000 | 100101001 | 1011001 | 100000 |
Color Harmonies of #92099A
Complementary color
Monochromatic Colors of #92099A
Black with #92099A
Text Example
Text Example
White with #92099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92099A; }
p { color: rgb(146,9,154); }
H1.HeaderClassName
{
color: #92099A;
}
.AnyTagClassName
{
color: #92099A;
}
</style>
background-color css
<style>
a { background-color: #92099A; }
a { background-color: rgb(146,9,154); }
div.DivClassName
{
background-color: #92099A;
}
.BgClassName
{
background-color: #92099A;
}
</style>
border-color css
<style>
span { border-color: #92099A; }
span { border-color: rgb(146,9,154); }
td.TdClassName
{
border-color: #92099A;
}
.TagClassName
{
border-color: #92099A;
}
</style>