Shades of Dark Magenta #920689
Tints of Dark Magenta #920689
RGB
CMYK
RGB Variations
Color information
#920689 (or 0x920689) is known color: Dark Magenta. HEX triplet: 92, 06 and 89. RGB value is (146,6,137). Sum of RGB (Red+Green+Blue) = 146+6+137=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #920689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920689 is #6DF976. Grayscale: #3E3E3E. Windows color (decimal): -7207287 or 8980114. OLE color: 8980114.
HSL color Cylindrical-coordinate representation of color #920689: hue angle of 303.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 #920689 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.43 |
| HSL | 303.86º | 0.92% | 0.3% | - |
| HSV(B) | 303.86º | 0.96% | 0.57% | - |
| XYZ | 16.43 | 8.05 | 24.35 | - |
| YUV | 62.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 137 | 0 | 0.96 | 0.06 | 0.43 | 303.86 | 0.92 | 0.3 |
| Hex | 92 | 6 | 89 | 0 | 60 | 6 | 2B | 130 | 5C | 1E |
| Octal | 222 | 6 | 211 | 0 | 140 | 6 | 53 | 460 | 134 | 36 |
| Binary | 10010010 | 110 | 10001001 | 0 | 1100000 | 110 | 101011 | 100110000 | 1011100 | 11110 |
Color Harmonies of #920689
Complementary color
Monochromatic Colors of #920689
Black with #920689
Text Example
Text Example
White with #920689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920689; }
p { color: rgb(146,6,137); }
H1.HeaderClassName
{
color: #920689;
}
.AnyTagClassName
{
color: #920689;
}
</style>
background-color css
<style>
a { background-color: #920689; }
a { background-color: rgb(146,6,137); }
div.DivClassName
{
background-color: #920689;
}
.BgClassName
{
background-color: #920689;
}
</style>
border-color css
<style>
span { border-color: #920689; }
span { border-color: rgb(146,6,137); }
td.TdClassName
{
border-color: #920689;
}
.TagClassName
{
border-color: #920689;
}
</style>