Shades of Dark Magenta #920D9F
Tints of Dark Magenta #920D9F
RGB
CMYK
RGB Variations
Color information
#920D9F (or 0x920D9F) is known color: Dark Magenta. HEX triplet: 92, 0D and 9F. RGB value is (146,13,159). Sum of RGB (Red+Green+Blue) = 146+13+159=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #920D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D9F is #6DF260. Grayscale: #444444. Windows color (decimal): -7205473 or 10423698. OLE color: 10423698.
HSL color Cylindrical-coordinate representation of color #920D9F: hue angle of 294.66º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920D9F is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 13 | 159 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.38 |
| HSL | 294.66º | 0.85% | 0.34% | - |
| HSV(B) | 294.66º | 0.92% | 0.62% | - |
| XYZ | 18.26 | 8.9 | 33.56 | - |
| YUV | 69.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 159 | 0.08 | 0.92 | 0 | 0.38 | 294.66 | 0.85 | 0.34 |
| Hex | 92 | D | 9F | 8 | 5C | 0 | 26 | 127 | 55 | 22 |
| Octal | 222 | 15 | 237 | 10 | 134 | 0 | 46 | 447 | 125 | 42 |
| Binary | 10010010 | 1101 | 10011111 | 1000 | 1011100 | 0 | 100110 | 100100111 | 1010101 | 100010 |
Color Harmonies of #920D9F
Complementary color
Monochromatic Colors of #920D9F
Black with #920D9F
Text Example
Text Example
White with #920D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D9F; }
p { color: rgb(146,13,159); }
H1.HeaderClassName
{
color: #920D9F;
}
.AnyTagClassName
{
color: #920D9F;
}
</style>
background-color css
<style>
a { background-color: #920D9F; }
a { background-color: rgb(146,13,159); }
div.DivClassName
{
background-color: #920D9F;
}
.BgClassName
{
background-color: #920D9F;
}
</style>
border-color css
<style>
span { border-color: #920D9F; }
span { border-color: rgb(146,13,159); }
td.TdClassName
{
border-color: #920D9F;
}
.TagClassName
{
border-color: #920D9F;
}
</style>