Shades of Dark Magenta #92148F
Tints of Dark Magenta #92148F
RGB
CMYK
RGB Variations
Color information
#92148F (or 0x92148F) is known color: Dark Magenta. HEX triplet: 92, 14 and 8F. RGB value is (146,20,143). Sum of RGB (Red+Green+Blue) = 146+20+143=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92148F is #6DEB70. Grayscale: #474747. Windows color (decimal): -7203697 or 9376914. OLE color: 9376914.
HSL color Cylindrical-coordinate representation of color #92148F: hue angle of 301.43º 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 #92148F is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 143 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.43 |
| HSL | 301.43º | 0.76% | 0.33% | - |
| HSV(B) | 301.43º | 0.86% | 0.57% | - |
| XYZ | 17.06 | 8.59 | 26.75 | - |
| YUV | 71.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 143 | 0 | 0.86 | 0.02 | 0.43 | 301.43 | 0.76 | 0.33 |
| Hex | 92 | 14 | 8F | 0 | 56 | 2 | 2B | 12D | 4C | 21 |
| Octal | 222 | 24 | 217 | 0 | 126 | 2 | 53 | 455 | 114 | 41 |
| Binary | 10010010 | 10100 | 10001111 | 0 | 1010110 | 10 | 101011 | 100101101 | 1001100 | 100001 |
Color Harmonies of #92148F
Complementary color
Monochromatic Colors of #92148F
Black with #92148F
Text Example
Text Example
White with #92148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92148F; }
p { color: rgb(146,20,143); }
H1.HeaderClassName
{
color: #92148F;
}
.AnyTagClassName
{
color: #92148F;
}
</style>
background-color css
<style>
a { background-color: #92148F; }
a { background-color: rgb(146,20,143); }
div.DivClassName
{
background-color: #92148F;
}
.BgClassName
{
background-color: #92148F;
}
</style>
border-color css
<style>
span { border-color: #92148F; }
span { border-color: rgb(146,20,143); }
td.TdClassName
{
border-color: #92148F;
}
.TagClassName
{
border-color: #92148F;
}
</style>