Shades of Dark Magenta #940E92
Tints of Dark Magenta #940E92
RGB
CMYK
RGB Variations
Color information
#940E92 (or 0x940E92) is known color: Dark Magenta. HEX triplet: 94, 0E and 92. RGB value is (148,14,146). Sum of RGB (Red+Green+Blue) = 148+14+146=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #940E92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940E92 is #6BF16D. Grayscale: #444444. Windows color (decimal): -7074158 or 9571988. OLE color: 9571988.
HSL color Cylindrical-coordinate representation of color #940E92: hue angle of 300.9º degrees, saturation: 0.83, 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 #940E92 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 146 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.42 |
| HSL | 300.9º | 0.83% | 0.32% | - |
| HSV(B) | 300.9º | 0.91% | 0.58% | - |
| XYZ | 17.56 | 8.69 | 27.95 | - |
| YUV | 69.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 146 | 0 | 0.91 | 0.01 | 0.42 | 300.9 | 0.83 | 0.32 |
| Hex | 94 | E | 92 | 0 | 5B | 1 | 2A | 12D | 53 | 20 |
| Octal | 224 | 16 | 222 | 0 | 133 | 1 | 52 | 455 | 123 | 40 |
| Binary | 10010100 | 1110 | 10010010 | 0 | 1011011 | 1 | 101010 | 100101101 | 1010011 | 100000 |
Color Harmonies of #940E92
Complementary color
Monochromatic Colors of #940E92
Black with #940E92
Text Example
Text Example
White with #940E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E92; }
p { color: rgb(148,14,146); }
H1.HeaderClassName
{
color: #940E92;
}
.AnyTagClassName
{
color: #940E92;
}
</style>
background-color css
<style>
a { background-color: #940E92; }
a { background-color: rgb(148,14,146); }
div.DivClassName
{
background-color: #940E92;
}
.BgClassName
{
background-color: #940E92;
}
</style>
border-color css
<style>
span { border-color: #940E92; }
span { border-color: rgb(148,14,146); }
td.TdClassName
{
border-color: #940E92;
}
.TagClassName
{
border-color: #940E92;
}
</style>