Shades of Dark Magenta #920D95
Tints of Dark Magenta #920D95
RGB
CMYK
RGB Variations
Color information
#920D95 (or 0x920D95) is known color: Dark Magenta. HEX triplet: 92, 0D and 95. RGB value is (146,13,149). Sum of RGB (Red+Green+Blue) = 146+13+149=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #920D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D95 is #6DF26A. Grayscale: #434343. Windows color (decimal): -7205483 or 9768338. OLE color: 9768338.
HSL color Cylindrical-coordinate representation of color #920D95: hue angle of 298.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D95 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 13 | 149 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.42 |
| HSL | 298.68º | 0.84% | 0.32% | - |
| HSV(B) | 298.68º | 0.91% | 0.58% | - |
| XYZ | 17.42 | 8.57 | 29.17 | - |
| YUV | 68.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 149 | 0.02 | 0.91 | 0 | 0.42 | 298.68 | 0.84 | 0.32 |
| Hex | 92 | D | 95 | 2 | 5B | 0 | 2A | 12B | 54 | 20 |
| Octal | 222 | 15 | 225 | 2 | 133 | 0 | 52 | 453 | 124 | 40 |
| Binary | 10010010 | 1101 | 10010101 | 10 | 1011011 | 0 | 101010 | 100101011 | 1010100 | 100000 |
Color Harmonies of #920D95
Complementary color
Monochromatic Colors of #920D95
Black with #920D95
Text Example
Text Example
White with #920D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D95; }
p { color: rgb(146,13,149); }
H1.HeaderClassName
{
color: #920D95;
}
.AnyTagClassName
{
color: #920D95;
}
</style>
background-color css
<style>
a { background-color: #920D95; }
a { background-color: rgb(146,13,149); }
div.DivClassName
{
background-color: #920D95;
}
.BgClassName
{
background-color: #920D95;
}
</style>
border-color css
<style>
span { border-color: #920D95; }
span { border-color: rgb(146,13,149); }
td.TdClassName
{
border-color: #920D95;
}
.TagClassName
{
border-color: #920D95;
}
</style>