Shades of Dark Magenta #92168A
Tints of Dark Magenta #92168A
RGB
CMYK
RGB Variations
Color information
#92168A (or 0x92168A) is known color: Dark Magenta. HEX triplet: 92, 16 and 8A. RGB value is (146,22,138). Sum of RGB (Red+Green+Blue) = 146+22+138=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92168A is #6DE975. Grayscale: #474747. Windows color (decimal): -7203190 or 9049746. OLE color: 9049746.
HSL color Cylindrical-coordinate representation of color #92168A: hue angle of 303.87º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92168A is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 138 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.43 |
| HSL | 303.87º | 0.74% | 0.33% | - |
| HSV(B) | 303.87º | 0.85% | 0.57% | - |
| XYZ | 16.73 | 8.52 | 24.81 | - |
| YUV | 72.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 138 | 0 | 0.85 | 0.05 | 0.43 | 303.87 | 0.74 | 0.33 |
| Hex | 92 | 16 | 8A | 0 | 55 | 5 | 2B | 130 | 4A | 21 |
| Octal | 222 | 26 | 212 | 0 | 125 | 5 | 53 | 460 | 112 | 41 |
| Binary | 10010010 | 10110 | 10001010 | 0 | 1010101 | 101 | 101011 | 100110000 | 1001010 | 100001 |
Color Harmonies of #92168A
Complementary color
Monochromatic Colors of #92168A
Black with #92168A
Text Example
Text Example
White with #92168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92168A; }
p { color: rgb(146,22,138); }
H1.HeaderClassName
{
color: #92168A;
}
.AnyTagClassName
{
color: #92168A;
}
</style>
background-color css
<style>
a { background-color: #92168A; }
a { background-color: rgb(146,22,138); }
div.DivClassName
{
background-color: #92168A;
}
.BgClassName
{
background-color: #92168A;
}
</style>
border-color css
<style>
span { border-color: #92168A; }
span { border-color: rgb(146,22,138); }
td.TdClassName
{
border-color: #92168A;
}
.TagClassName
{
border-color: #92168A;
}
</style>