Shades of Dark Magenta #92129A
Tints of Dark Magenta #92129A
RGB
CMYK
RGB Variations
Color information
#92129A (or 0x92129A) is known color: Dark Magenta. HEX triplet: 92, 12 and 9A. RGB value is (146,18,154). Sum of RGB (Red+Green+Blue) = 146+18+154=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #92129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92129A is #6DED65. Grayscale: #474747. Windows color (decimal): -7204198 or 10097298. OLE color: 10097298.
HSL color Cylindrical-coordinate representation of color #92129A: hue angle of 296.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92129A is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 18 | 154 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.40 |
| HSL | 296.47º | 0.79% | 0.34% | - |
| HSV(B) | 296.47º | 0.88% | 0.6% | - |
| XYZ | 17.9 | 8.88 | 31.34 | - |
| YUV | 71.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 154 | 0.05 | 0.88 | 0 | 0.40 | 296.47 | 0.79 | 0.34 |
| Hex | 92 | 12 | 9A | 5 | 58 | 0 | 28 | 128 | 4F | 22 |
| Octal | 222 | 22 | 232 | 5 | 130 | 0 | 50 | 450 | 117 | 42 |
| Binary | 10010010 | 10010 | 10011010 | 101 | 1011000 | 0 | 101000 | 100101000 | 1001111 | 100010 |
Color Harmonies of #92129A
Complementary color
Monochromatic Colors of #92129A
Black with #92129A
Text Example
Text Example
White with #92129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92129A; }
p { color: rgb(146,18,154); }
H1.HeaderClassName
{
color: #92129A;
}
.AnyTagClassName
{
color: #92129A;
}
</style>
background-color css
<style>
a { background-color: #92129A; }
a { background-color: rgb(146,18,154); }
div.DivClassName
{
background-color: #92129A;
}
.BgClassName
{
background-color: #92129A;
}
</style>
border-color css
<style>
span { border-color: #92129A; }
span { border-color: rgb(146,18,154); }
td.TdClassName
{
border-color: #92129A;
}
.TagClassName
{
border-color: #92129A;
}
</style>