Shades of Dark Magenta #920294
Tints of Dark Magenta #920294
RGB
CMYK
RGB Variations
Color information
#920294 (or 0x920294) is known color: Dark Magenta. HEX triplet: 92, 02 and 94. RGB value is (146,2,148). Sum of RGB (Red+Green+Blue) = 146+2+148=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #920294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920294 is #6DFD6B. Grayscale: #3D3D3D. Windows color (decimal): -7208300 or 9699986. OLE color: 9699986.
HSL color Cylindrical-coordinate representation of color #920294: hue angle of 299.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920294 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 2 | 148 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.42 |
| HSL | 299.18º | 0.97% | 0.29% | - |
| HSV(B) | 299.18º | 0.99% | 0.58% | - |
| XYZ | 17.22 | 8.29 | 28.71 | - |
| YUV | 61.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 148 | 0.01 | 0.99 | 0 | 0.42 | 299.18 | 0.97 | 0.29 |
| Hex | 92 | 2 | 94 | 1 | 63 | 0 | 2A | 12B | 61 | 1D |
| Octal | 222 | 2 | 224 | 1 | 143 | 0 | 52 | 453 | 141 | 35 |
| Binary | 10010010 | 10 | 10010100 | 1 | 1100011 | 0 | 101010 | 100101011 | 1100001 | 11101 |
Color Harmonies of #920294
Complementary color
Monochromatic Colors of #920294
Black with #920294
Text Example
Text Example
White with #920294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920294; }
p { color: rgb(146,2,148); }
H1.HeaderClassName
{
color: #920294;
}
.AnyTagClassName
{
color: #920294;
}
</style>
background-color css
<style>
a { background-color: #920294; }
a { background-color: rgb(146,2,148); }
div.DivClassName
{
background-color: #920294;
}
.BgClassName
{
background-color: #920294;
}
</style>
border-color css
<style>
span { border-color: #920294; }
span { border-color: rgb(146,2,148); }
td.TdClassName
{
border-color: #920294;
}
.TagClassName
{
border-color: #920294;
}
</style>