Shades of Dark Magenta #920298
Tints of Dark Magenta #920298
RGB
CMYK
RGB Variations
Color information
#920298 (or 0x920298) is known color: Dark Magenta. HEX triplet: 92, 02 and 98. RGB value is (146,2,152). Sum of RGB (Red+Green+Blue) = 146+2+152=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #920298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920298 is #6DFD67. Grayscale: #3D3D3D. Windows color (decimal): -7208296 or 9962130. OLE color: 9962130.
HSL color Cylindrical-coordinate representation of color #920298: hue angle of 297.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920298 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 2 | 152 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.40 |
| HSL | 297.6º | 0.97% | 0.3% | - |
| HSV(B) | 297.6º | 0.99% | 0.6% | - |
| XYZ | 17.54 | 8.42 | 30.41 | - |
| YUV | 62.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 152 | 0.04 | 0.99 | 0 | 0.40 | 297.6 | 0.97 | 0.3 |
| Hex | 92 | 2 | 98 | 4 | 63 | 0 | 28 | 12A | 61 | 1E |
| Octal | 222 | 2 | 230 | 4 | 143 | 0 | 50 | 452 | 141 | 36 |
| Binary | 10010010 | 10 | 10011000 | 100 | 1100011 | 0 | 101000 | 100101010 | 1100001 | 11110 |
Color Harmonies of #920298
Complementary color
Monochromatic Colors of #920298
Black with #920298
Text Example
Text Example
White with #920298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920298; }
p { color: rgb(146,2,152); }
H1.HeaderClassName
{
color: #920298;
}
.AnyTagClassName
{
color: #920298;
}
</style>
background-color css
<style>
a { background-color: #920298; }
a { background-color: rgb(146,2,152); }
div.DivClassName
{
background-color: #920298;
}
.BgClassName
{
background-color: #920298;
}
</style>
border-color css
<style>
span { border-color: #920298; }
span { border-color: rgb(146,2,152); }
td.TdClassName
{
border-color: #920298;
}
.TagClassName
{
border-color: #920298;
}
</style>