Shades of Dark Magenta #92148C
Tints of Dark Magenta #92148C
RGB
CMYK
RGB Variations
Color information
#92148C (or 0x92148C) is known color: Dark Magenta. HEX triplet: 92, 14 and 8C. RGB value is (146,20,140). Sum of RGB (Red+Green+Blue) = 146+20+140=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92148C is #6DEB73. Grayscale: #474747. Windows color (decimal): -7203700 or 9180306. OLE color: 9180306.
HSL color Cylindrical-coordinate representation of color #92148C: hue angle of 302.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92148C is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 140 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.43 |
| HSL | 302.86º | 0.76% | 0.33% | - |
| HSV(B) | 302.86º | 0.86% | 0.57% | - |
| XYZ | 16.84 | 8.5 | 25.57 | - |
| YUV | 71.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 140 | 0 | 0.86 | 0.04 | 0.43 | 302.86 | 0.76 | 0.33 |
| Hex | 92 | 14 | 8C | 0 | 56 | 4 | 2B | 12F | 4C | 21 |
| Octal | 222 | 24 | 214 | 0 | 126 | 4 | 53 | 457 | 114 | 41 |
| Binary | 10010010 | 10100 | 10001100 | 0 | 1010110 | 100 | 101011 | 100101111 | 1001100 | 100001 |
Color Harmonies of #92148C
Complementary color
Monochromatic Colors of #92148C
Black with #92148C
Text Example
Text Example
White with #92148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92148C; }
p { color: rgb(146,20,140); }
H1.HeaderClassName
{
color: #92148C;
}
.AnyTagClassName
{
color: #92148C;
}
</style>
background-color css
<style>
a { background-color: #92148C; }
a { background-color: rgb(146,20,140); }
div.DivClassName
{
background-color: #92148C;
}
.BgClassName
{
background-color: #92148C;
}
</style>
border-color css
<style>
span { border-color: #92148C; }
span { border-color: rgb(146,20,140); }
td.TdClassName
{
border-color: #92148C;
}
.TagClassName
{
border-color: #92148C;
}
</style>