Shades of Dark Magenta #940F99
Tints of Dark Magenta #940F99
RGB
CMYK
RGB Variations
Color information
#940F99 (or 0x940F99) is known color: Dark Magenta. HEX triplet: 94, 0F and 99. RGB value is (148,15,153). Sum of RGB (Red+Green+Blue) = 148+15+153=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #940F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940F99 is #6BF066. Grayscale: #464646. Windows color (decimal): -7073895 or 10030996. OLE color: 10030996.
HSL color Cylindrical-coordinate representation of color #940F99: hue angle of 297.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F99 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 15 | 153 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.4 |
| HSL | 297.83º | 0.82% | 0.33% | - |
| HSV(B) | 297.83º | 0.9% | 0.6% | - |
| XYZ | 18.13 | 8.94 | 30.91 | - |
| YUV | 70.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 153 | 0.03 | 0.90 | 0 | 0.4 | 297.83 | 0.82 | 0.33 |
| Hex | 94 | F | 99 | 3 | 5A | 0 | 28 | 12A | 52 | 21 |
| Octal | 224 | 17 | 231 | 3 | 132 | 0 | 50 | 452 | 122 | 41 |
| Binary | 10010100 | 1111 | 10011001 | 11 | 1011010 | 0 | 101000 | 100101010 | 1010010 | 100001 |
Color Harmonies of #940F99
Complementary color
Monochromatic Colors of #940F99
Black with #940F99
Text Example
Text Example
White with #940F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F99; }
p { color: rgb(148,15,153); }
H1.HeaderClassName
{
color: #940F99;
}
.AnyTagClassName
{
color: #940F99;
}
</style>
background-color css
<style>
a { background-color: #940F99; }
a { background-color: rgb(148,15,153); }
div.DivClassName
{
background-color: #940F99;
}
.BgClassName
{
background-color: #940F99;
}
</style>
border-color css
<style>
span { border-color: #940F99; }
span { border-color: rgb(148,15,153); }
td.TdClassName
{
border-color: #940F99;
}
.TagClassName
{
border-color: #940F99;
}
</style>