Shades of Dark Magenta #941992
Tints of Dark Magenta #941992
RGB
CMYK
RGB Variations
Color information
#941992 (or 0x941992) is known color: Dark Magenta. HEX triplet: 94, 19 and 92. RGB value is (148,25,146). Sum of RGB (Red+Green+Blue) = 148+25+146=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #941992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941992 is #6BE66D. Grayscale: #4B4B4B. Windows color (decimal): -7071342 or 9574804. OLE color: 9574804.
HSL color Cylindrical-coordinate representation of color #941992: hue angle of 300.98º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941992 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 146 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.42 |
| HSL | 300.98º | 0.71% | 0.34% | - |
| HSV(B) | 300.98º | 0.83% | 0.58% | - |
| XYZ | 17.75 | 9.07 | 28.01 | - |
| YUV | 75.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 146 | 0 | 0.83 | 0.01 | 0.42 | 300.98 | 0.71 | 0.34 |
| Hex | 94 | 19 | 92 | 0 | 53 | 1 | 2A | 12D | 47 | 22 |
| Octal | 224 | 31 | 222 | 0 | 123 | 1 | 52 | 455 | 107 | 42 |
| Binary | 10010100 | 11001 | 10010010 | 0 | 1010011 | 1 | 101010 | 100101101 | 1000111 | 100010 |
Color Harmonies of #941992
Complementary color
Monochromatic Colors of #941992
Black with #941992
Text Example
Text Example
White with #941992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941992; }
p { color: rgb(148,25,146); }
H1.HeaderClassName
{
color: #941992;
}
.AnyTagClassName
{
color: #941992;
}
</style>
background-color css
<style>
a { background-color: #941992; }
a { background-color: rgb(148,25,146); }
div.DivClassName
{
background-color: #941992;
}
.BgClassName
{
background-color: #941992;
}
</style>
border-color css
<style>
span { border-color: #941992; }
span { border-color: rgb(148,25,146); }
td.TdClassName
{
border-color: #941992;
}
.TagClassName
{
border-color: #941992;
}
</style>