Shades of Dark Magenta #940FAB
Tints of Dark Magenta #940FAB
RGB
CMYK
RGB Variations
Color information
#940FAB (or 0x940FAB) is known color: Dark Magenta. HEX triplet: 94, 0F and AB. RGB value is (148,15,171). Sum of RGB (Red+Green+Blue) = 148+15+171=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #940FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940FAB is #6BF054. Grayscale: #484848. Windows color (decimal): -7073877 or 11210644. OLE color: 11210644.
HSL color Cylindrical-coordinate representation of color #940FAB: hue angle of 291.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940FAB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 15 | 171 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.33 |
| HSL | 291.15º | 0.84% | 0.36% | - |
| HSV(B) | 291.15º | 0.91% | 0.67% | - |
| XYZ | 19.73 | 9.58 | 39.34 | - |
| YUV | 72.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 171 | 0.13 | 0.91 | 0 | 0.33 | 291.15 | 0.84 | 0.36 |
| Hex | 94 | F | AB | D | 5B | 0 | 21 | 123 | 54 | 24 |
| Octal | 224 | 17 | 253 | 15 | 133 | 0 | 41 | 443 | 124 | 44 |
| Binary | 10010100 | 1111 | 10101011 | 1101 | 1011011 | 0 | 100001 | 100100011 | 1010100 | 100100 |
Color Harmonies of #940FAB
Complementary color
Monochromatic Colors of #940FAB
Black with #940FAB
Text Example
Text Example
White with #940FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FAB; }
p { color: rgb(148,15,171); }
H1.HeaderClassName
{
color: #940FAB;
}
.AnyTagClassName
{
color: #940FAB;
}
</style>
background-color css
<style>
a { background-color: #940FAB; }
a { background-color: rgb(148,15,171); }
div.DivClassName
{
background-color: #940FAB;
}
.BgClassName
{
background-color: #940FAB;
}
</style>
border-color css
<style>
span { border-color: #940FAB; }
span { border-color: rgb(148,15,171); }
td.TdClassName
{
border-color: #940FAB;
}
.TagClassName
{
border-color: #940FAB;
}
</style>