Shades of Dark Magenta #941286
Tints of Dark Magenta #941286
RGB
CMYK
RGB Variations
Color information
#941286 (or 0x941286) is known color: Dark Magenta. HEX triplet: 94, 12 and 86. RGB value is (148,18,134). Sum of RGB (Red+Green+Blue) = 148+18+134=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #941286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941286 is #6BED79. Grayscale: #454545. Windows color (decimal): -7073146 or 8786580. OLE color: 8786580.
HSL color Cylindrical-coordinate representation of color #941286: hue angle of 306.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941286 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 134 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.42 |
| HSL | 306.46º | 0.78% | 0.33% | - |
| HSV(B) | 306.46º | 0.88% | 0.58% | - |
| XYZ | 16.73 | 8.45 | 23.3 | - |
| YUV | 70.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 134 | 0 | 0.88 | 0.09 | 0.42 | 306.46 | 0.78 | 0.33 |
| Hex | 94 | 12 | 86 | 0 | 58 | 9 | 2A | 132 | 4E | 21 |
| Octal | 224 | 22 | 206 | 0 | 130 | 11 | 52 | 462 | 116 | 41 |
| Binary | 10010100 | 10010 | 10000110 | 0 | 1011000 | 1001 | 101010 | 100110010 | 1001110 | 100001 |
Color Harmonies of #941286
Complementary color
Monochromatic Colors of #941286
Black with #941286
Text Example
Text Example
White with #941286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941286; }
p { color: rgb(148,18,134); }
H1.HeaderClassName
{
color: #941286;
}
.AnyTagClassName
{
color: #941286;
}
</style>
background-color css
<style>
a { background-color: #941286; }
a { background-color: rgb(148,18,134); }
div.DivClassName
{
background-color: #941286;
}
.BgClassName
{
background-color: #941286;
}
</style>
border-color css
<style>
span { border-color: #941286; }
span { border-color: rgb(148,18,134); }
td.TdClassName
{
border-color: #941286;
}
.TagClassName
{
border-color: #941286;
}
</style>