Shades of Dark Magenta #940F91
Tints of Dark Magenta #940F91
RGB
CMYK
RGB Variations
Color information
#940F91 (or 0x940F91) is known color: Dark Magenta. HEX triplet: 94, 0F and 91. RGB value is (148,15,145). Sum of RGB (Red+Green+Blue) = 148+15+145=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #940F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940F91 is #6BF06E. Grayscale: #454545. Windows color (decimal): -7073903 or 9506708. OLE color: 9506708.
HSL color Cylindrical-coordinate representation of color #940F91: hue angle of 301.35º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F91 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 145 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.42 |
| HSL | 301.35º | 0.82% | 0.32% | - |
| HSV(B) | 301.35º | 0.9% | 0.58% | - |
| XYZ | 17.49 | 8.68 | 27.54 | - |
| YUV | 69.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 145 | 0 | 0.90 | 0.02 | 0.42 | 301.35 | 0.82 | 0.32 |
| Hex | 94 | F | 91 | 0 | 5A | 2 | 2A | 12D | 52 | 20 |
| Octal | 224 | 17 | 221 | 0 | 132 | 2 | 52 | 455 | 122 | 40 |
| Binary | 10010100 | 1111 | 10010001 | 0 | 1011010 | 10 | 101010 | 100101101 | 1010010 | 100000 |
Color Harmonies of #940F91
Complementary color
Monochromatic Colors of #940F91
Black with #940F91
Text Example
Text Example
White with #940F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F91; }
p { color: rgb(148,15,145); }
H1.HeaderClassName
{
color: #940F91;
}
.AnyTagClassName
{
color: #940F91;
}
</style>
background-color css
<style>
a { background-color: #940F91; }
a { background-color: rgb(148,15,145); }
div.DivClassName
{
background-color: #940F91;
}
.BgClassName
{
background-color: #940F91;
}
</style>
border-color css
<style>
span { border-color: #940F91; }
span { border-color: rgb(148,15,145); }
td.TdClassName
{
border-color: #940F91;
}
.TagClassName
{
border-color: #940F91;
}
</style>