Shades of Dark Magenta #92179A
Tints of Dark Magenta #92179A
RGB
CMYK
RGB Variations
Color information
#92179A (or 0x92179A) is known color: Dark Magenta. HEX triplet: 92, 17 and 9A. RGB value is (146,23,154). Sum of RGB (Red+Green+Blue) = 146+23+154=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #92179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92179A is #6DE865. Grayscale: #4A4A4A. Windows color (decimal): -7202918 or 10098578. OLE color: 10098578.
HSL color Cylindrical-coordinate representation of color #92179A: hue angle of 296.34º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92179A is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 23 | 154 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.40 |
| HSL | 296.34º | 0.74% | 0.35% | - |
| HSV(B) | 296.34º | 0.85% | 0.6% | - |
| XYZ | 17.99 | 9.06 | 31.37 | - |
| YUV | 74.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 154 | 0.05 | 0.85 | 0 | 0.40 | 296.34 | 0.74 | 0.35 |
| Hex | 92 | 17 | 9A | 5 | 55 | 0 | 28 | 128 | 4A | 23 |
| Octal | 222 | 27 | 232 | 5 | 125 | 0 | 50 | 450 | 112 | 43 |
| Binary | 10010010 | 10111 | 10011010 | 101 | 1010101 | 0 | 101000 | 100101000 | 1001010 | 100011 |
Color Harmonies of #92179A
Complementary color
Monochromatic Colors of #92179A
Black with #92179A
Text Example
Text Example
White with #92179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92179A; }
p { color: rgb(146,23,154); }
H1.HeaderClassName
{
color: #92179A;
}
.AnyTagClassName
{
color: #92179A;
}
</style>
background-color css
<style>
a { background-color: #92179A; }
a { background-color: rgb(146,23,154); }
div.DivClassName
{
background-color: #92179A;
}
.BgClassName
{
background-color: #92179A;
}
</style>
border-color css
<style>
span { border-color: #92179A; }
span { border-color: rgb(146,23,154); }
td.TdClassName
{
border-color: #92179A;
}
.TagClassName
{
border-color: #92179A;
}
</style>