Shades of Dark Magenta #920686
Tints of Dark Magenta #920686
RGB
CMYK
RGB Variations
Color information
#920686 (or 0x920686) is known color: Dark Magenta. HEX triplet: 92, 06 and 86. RGB value is (146,6,134). Sum of RGB (Red+Green+Blue) = 146+6+134=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #920686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920686 is #6DF979. Grayscale: #3E3E3E. Windows color (decimal): -7207290 or 8783506. OLE color: 8783506.
HSL color Cylindrical-coordinate representation of color #920686: hue angle of 305.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920686 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 134 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.43 |
| HSL | 305.14º | 0.92% | 0.3% | - |
| HSV(B) | 305.14º | 0.96% | 0.57% | - |
| XYZ | 16.22 | 7.96 | 23.24 | - |
| YUV | 62.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 134 | 0 | 0.96 | 0.08 | 0.43 | 305.14 | 0.92 | 0.3 |
| Hex | 92 | 6 | 86 | 0 | 60 | 8 | 2B | 131 | 5C | 1E |
| Octal | 222 | 6 | 206 | 0 | 140 | 10 | 53 | 461 | 134 | 36 |
| Binary | 10010010 | 110 | 10000110 | 0 | 1100000 | 1000 | 101011 | 100110001 | 1011100 | 11110 |
Color Harmonies of #920686
Complementary color
Monochromatic Colors of #920686
Black with #920686
Text Example
Text Example
White with #920686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920686; }
p { color: rgb(146,6,134); }
H1.HeaderClassName
{
color: #920686;
}
.AnyTagClassName
{
color: #920686;
}
</style>
background-color css
<style>
a { background-color: #920686; }
a { background-color: rgb(146,6,134); }
div.DivClassName
{
background-color: #920686;
}
.BgClassName
{
background-color: #920686;
}
</style>
border-color css
<style>
span { border-color: #920686; }
span { border-color: rgb(146,6,134); }
td.TdClassName
{
border-color: #920686;
}
.TagClassName
{
border-color: #920686;
}
</style>