Shades of Dark Magenta #920495
Tints of Dark Magenta #920495
RGB
CMYK
RGB Variations
Color information
#920495 (or 0x920495) is known color: Dark Magenta. HEX triplet: 92, 04 and 95. RGB value is (146,4,149). Sum of RGB (Red+Green+Blue) = 146+4+149=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #920495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920495 is #6DFB6A. Grayscale: #3E3E3E. Windows color (decimal): -7207787 or 9766034. OLE color: 9766034.
HSL color Cylindrical-coordinate representation of color #920495: hue angle of 298.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920495 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 4 | 149 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.42 |
| HSL | 298.76º | 0.95% | 0.3% | - |
| HSV(B) | 298.76º | 0.97% | 0.58% | - |
| XYZ | 17.32 | 8.37 | 29.14 | - |
| YUV | 62.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 149 | 0.02 | 0.97 | 0 | 0.42 | 298.76 | 0.95 | 0.3 |
| Hex | 92 | 4 | 95 | 2 | 61 | 0 | 2A | 12B | 5F | 1E |
| Octal | 222 | 4 | 225 | 2 | 141 | 0 | 52 | 453 | 137 | 36 |
| Binary | 10010010 | 100 | 10010101 | 10 | 1100001 | 0 | 101010 | 100101011 | 1011111 | 11110 |
Color Harmonies of #920495
Complementary color
Monochromatic Colors of #920495
Black with #920495
Text Example
Text Example
White with #920495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920495; }
p { color: rgb(146,4,149); }
H1.HeaderClassName
{
color: #920495;
}
.AnyTagClassName
{
color: #920495;
}
</style>
background-color css
<style>
a { background-color: #920495; }
a { background-color: rgb(146,4,149); }
div.DivClassName
{
background-color: #920495;
}
.BgClassName
{
background-color: #920495;
}
</style>
border-color css
<style>
span { border-color: #920495; }
span { border-color: rgb(146,4,149); }
td.TdClassName
{
border-color: #920495;
}
.TagClassName
{
border-color: #920495;
}
</style>