Shades of Dark Magenta #92178C
Tints of Dark Magenta #92178C
RGB
CMYK
RGB Variations
Color information
#92178C (or 0x92178C) is known color: Dark Magenta. HEX triplet: 92, 17 and 8C. RGB value is (146,23,140). Sum of RGB (Red+Green+Blue) = 146+23+140=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92178C is #6DE873. Grayscale: #484848. Windows color (decimal): -7202932 or 9181074. OLE color: 9181074.
HSL color Cylindrical-coordinate representation of color #92178C: hue angle of 302.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92178C is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 140 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.43 |
| HSL | 302.93º | 0.73% | 0.33% | - |
| HSV(B) | 302.93º | 0.84% | 0.57% | - |
| XYZ | 16.89 | 8.62 | 25.58 | - |
| YUV | 73.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 140 | 0 | 0.84 | 0.04 | 0.43 | 302.93 | 0.73 | 0.33 |
| Hex | 92 | 17 | 8C | 0 | 54 | 4 | 2B | 12F | 49 | 21 |
| Octal | 222 | 27 | 214 | 0 | 124 | 4 | 53 | 457 | 111 | 41 |
| Binary | 10010010 | 10111 | 10001100 | 0 | 1010100 | 100 | 101011 | 100101111 | 1001001 | 100001 |
Color Harmonies of #92178C
Complementary color
Monochromatic Colors of #92178C
Black with #92178C
Text Example
Text Example
White with #92178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92178C; }
p { color: rgb(146,23,140); }
H1.HeaderClassName
{
color: #92178C;
}
.AnyTagClassName
{
color: #92178C;
}
</style>
background-color css
<style>
a { background-color: #92178C; }
a { background-color: rgb(146,23,140); }
div.DivClassName
{
background-color: #92178C;
}
.BgClassName
{
background-color: #92178C;
}
</style>
border-color css
<style>
span { border-color: #92178C; }
span { border-color: rgb(146,23,140); }
td.TdClassName
{
border-color: #92178C;
}
.TagClassName
{
border-color: #92178C;
}
</style>