Shades of Dark Magenta #92199C
Tints of Dark Magenta #92199C
RGB
CMYK
RGB Variations
Color information
#92199C (or 0x92199C) is known color: Dark Magenta. HEX triplet: 92, 19 and 9C. RGB value is (146,25,156). Sum of RGB (Red+Green+Blue) = 146+25+156=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #92199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92199C is #6DE663. Grayscale: #4B4B4B. Windows color (decimal): -7202404 or 10230162. OLE color: 10230162.
HSL color Cylindrical-coordinate representation of color #92199C: hue angle of 295.42º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92199C is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 25 | 156 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.39 |
| HSL | 295.42º | 0.72% | 0.35% | - |
| HSV(B) | 295.42º | 0.84% | 0.61% | - |
| XYZ | 18.2 | 9.21 | 32.27 | - |
| YUV | 76.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 156 | 0.06 | 0.84 | 0 | 0.39 | 295.42 | 0.72 | 0.35 |
| Hex | 92 | 19 | 9C | 6 | 54 | 0 | 27 | 127 | 48 | 23 |
| Octal | 222 | 31 | 234 | 6 | 124 | 0 | 47 | 447 | 110 | 43 |
| Binary | 10010010 | 11001 | 10011100 | 110 | 1010100 | 0 | 100111 | 100100111 | 1001000 | 100011 |
Color Harmonies of #92199C
Complementary color
Monochromatic Colors of #92199C
Black with #92199C
Text Example
Text Example
White with #92199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92199C; }
p { color: rgb(146,25,156); }
H1.HeaderClassName
{
color: #92199C;
}
.AnyTagClassName
{
color: #92199C;
}
</style>
background-color css
<style>
a { background-color: #92199C; }
a { background-color: rgb(146,25,156); }
div.DivClassName
{
background-color: #92199C;
}
.BgClassName
{
background-color: #92199C;
}
</style>
border-color css
<style>
span { border-color: #92199C; }
span { border-color: rgb(146,25,156); }
td.TdClassName
{
border-color: #92199C;
}
.TagClassName
{
border-color: #92199C;
}
</style>