Shades of Dark Magenta #920682
Tints of Dark Magenta #920682
RGB
CMYK
RGB Variations
Color information
#920682 (or 0x920682) is known color: Dark Magenta. HEX triplet: 92, 06 and 82. RGB value is (146,6,130). Sum of RGB (Red+Green+Blue) = 146+6+130=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #920682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920682 is #6DF97D. Grayscale: #3D3D3D. Windows color (decimal): -7207294 or 8521362. OLE color: 8521362.
HSL color Cylindrical-coordinate representation of color #920682: hue angle of 306.86º 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 #920682 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 130 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.43 |
| HSL | 306.86º | 0.92% | 0.3% | - |
| HSV(B) | 306.86º | 0.96% | 0.57% | - |
| XYZ | 15.95 | 7.85 | 21.79 | - |
| YUV | 62 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 130 | 0 | 0.96 | 0.11 | 0.43 | 306.86 | 0.92 | 0.3 |
| Hex | 92 | 6 | 82 | 0 | 60 | B | 2B | 133 | 5C | 1E |
| Octal | 222 | 6 | 202 | 0 | 140 | 13 | 53 | 463 | 134 | 36 |
| Binary | 10010010 | 110 | 10000010 | 0 | 1100000 | 1011 | 101011 | 100110011 | 1011100 | 11110 |
Color Harmonies of #920682
Complementary color
Monochromatic Colors of #920682
Black with #920682
Text Example
Text Example
White with #920682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920682; }
p { color: rgb(146,6,130); }
H1.HeaderClassName
{
color: #920682;
}
.AnyTagClassName
{
color: #920682;
}
</style>
background-color css
<style>
a { background-color: #920682; }
a { background-color: rgb(146,6,130); }
div.DivClassName
{
background-color: #920682;
}
.BgClassName
{
background-color: #920682;
}
</style>
border-color css
<style>
span { border-color: #920682; }
span { border-color: rgb(146,6,130); }
td.TdClassName
{
border-color: #920682;
}
.TagClassName
{
border-color: #920682;
}
</style>