Shades of Dark Magenta #920D93
Tints of Dark Magenta #920D93
RGB
CMYK
RGB Variations
Color information
#920D93 (or 0x920D93) is known color: Dark Magenta. HEX triplet: 92, 0D and 93. RGB value is (146,13,147). Sum of RGB (Red+Green+Blue) = 146+13+147=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #920D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D93 is #6DF26C. Grayscale: #434343. Windows color (decimal): -7205485 or 9637266. OLE color: 9637266.
HSL color Cylindrical-coordinate representation of color #920D93: hue angle of 299.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D93 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 13 | 147 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.42 |
| HSL | 299.55º | 0.84% | 0.31% | - |
| HSV(B) | 299.55º | 0.91% | 0.58% | - |
| XYZ | 17.26 | 8.51 | 28.34 | - |
| YUV | 68.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 147 | 0.01 | 0.91 | 0 | 0.42 | 299.55 | 0.84 | 0.31 |
| Hex | 92 | D | 93 | 1 | 5B | 0 | 2A | 12C | 54 | 1F |
| Octal | 222 | 15 | 223 | 1 | 133 | 0 | 52 | 454 | 124 | 37 |
| Binary | 10010010 | 1101 | 10010011 | 1 | 1011011 | 0 | 101010 | 100101100 | 1010100 | 11111 |
Color Harmonies of #920D93
Complementary color
Monochromatic Colors of #920D93
Black with #920D93
Text Example
Text Example
White with #920D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D93; }
p { color: rgb(146,13,147); }
H1.HeaderClassName
{
color: #920D93;
}
.AnyTagClassName
{
color: #920D93;
}
</style>
background-color css
<style>
a { background-color: #920D93; }
a { background-color: rgb(146,13,147); }
div.DivClassName
{
background-color: #920D93;
}
.BgClassName
{
background-color: #920D93;
}
</style>
border-color css
<style>
span { border-color: #920D93; }
span { border-color: rgb(146,13,147); }
td.TdClassName
{
border-color: #920D93;
}
.TagClassName
{
border-color: #920D93;
}
</style>