Shades of Dark Magenta #920D89
Tints of Dark Magenta #920D89
RGB
CMYK
RGB Variations
Color information
#920D89 (or 0x920D89) is known color: Dark Magenta. HEX triplet: 92, 0D and 89. RGB value is (146,13,137). Sum of RGB (Red+Green+Blue) = 146+13+137=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #920D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D89 is #6DF276. Grayscale: #424242. Windows color (decimal): -7205495 or 8981906. OLE color: 8981906.
HSL color Cylindrical-coordinate representation of color #920D89: hue angle of 304.06º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D89 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 137 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.43 |
| HSL | 304.06º | 0.84% | 0.31% | - |
| HSV(B) | 304.06º | 0.91% | 0.57% | - |
| XYZ | 16.51 | 8.2 | 24.38 | - |
| YUV | 66.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 137 | 0 | 0.91 | 0.06 | 0.43 | 304.06 | 0.84 | 0.31 |
| Hex | 92 | D | 89 | 0 | 5B | 6 | 2B | 130 | 54 | 1F |
| Octal | 222 | 15 | 211 | 0 | 133 | 6 | 53 | 460 | 124 | 37 |
| Binary | 10010010 | 1101 | 10001001 | 0 | 1011011 | 110 | 101011 | 100110000 | 1010100 | 11111 |
Color Harmonies of #920D89
Complementary color
Monochromatic Colors of #920D89
Black with #920D89
Text Example
Text Example
White with #920D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D89; }
p { color: rgb(146,13,137); }
H1.HeaderClassName
{
color: #920D89;
}
.AnyTagClassName
{
color: #920D89;
}
</style>
background-color css
<style>
a { background-color: #920D89; }
a { background-color: rgb(146,13,137); }
div.DivClassName
{
background-color: #920D89;
}
.BgClassName
{
background-color: #920D89;
}
</style>
border-color css
<style>
span { border-color: #920D89; }
span { border-color: rgb(146,13,137); }
td.TdClassName
{
border-color: #920D89;
}
.TagClassName
{
border-color: #920D89;
}
</style>