Shades of Dark Magenta #920685
Tints of Dark Magenta #920685
RGB
CMYK
RGB Variations
Color information
#920685 (or 0x920685) is known color: Dark Magenta. HEX triplet: 92, 06 and 85. RGB value is (146,6,133). Sum of RGB (Red+Green+Blue) = 146+6+133=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #920685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920685 is #6DF97A. Grayscale: #3D3D3D. Windows color (decimal): -7207291 or 8717970. OLE color: 8717970.
HSL color Cylindrical-coordinate representation of color #920685: hue angle of 305.57º 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 #920685 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.43 |
| HSL | 305.57º | 0.92% | 0.3% | - |
| HSV(B) | 305.57º | 0.96% | 0.57% | - |
| XYZ | 16.15 | 7.93 | 22.87 | - |
| YUV | 62.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 133 | 0 | 0.96 | 0.09 | 0.43 | 305.57 | 0.92 | 0.3 |
| Hex | 92 | 6 | 85 | 0 | 60 | 9 | 2B | 132 | 5C | 1E |
| Octal | 222 | 6 | 205 | 0 | 140 | 11 | 53 | 462 | 134 | 36 |
| Binary | 10010010 | 110 | 10000101 | 0 | 1100000 | 1001 | 101011 | 100110010 | 1011100 | 11110 |
Color Harmonies of #920685
Complementary color
Monochromatic Colors of #920685
Black with #920685
Text Example
Text Example
White with #920685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920685; }
p { color: rgb(146,6,133); }
H1.HeaderClassName
{
color: #920685;
}
.AnyTagClassName
{
color: #920685;
}
</style>
background-color css
<style>
a { background-color: #920685; }
a { background-color: rgb(146,6,133); }
div.DivClassName
{
background-color: #920685;
}
.BgClassName
{
background-color: #920685;
}
</style>
border-color css
<style>
span { border-color: #920685; }
span { border-color: rgb(146,6,133); }
td.TdClassName
{
border-color: #920685;
}
.TagClassName
{
border-color: #920685;
}
</style>