Shades of Dark Magenta #940B9A
Tints of Dark Magenta #940B9A
RGB
CMYK
RGB Variations
Color information
#940B9A (or 0x940B9A) is known color: Dark Magenta. HEX triplet: 94, 0B and 9A. RGB value is (148,11,154). Sum of RGB (Red+Green+Blue) = 148+11+154=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #940B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B9A is #6BF465. Grayscale: #434343. Windows color (decimal): -7074918 or 10095508. OLE color: 10095508.
HSL color Cylindrical-coordinate representation of color #940B9A: hue angle of 297.48º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B9A is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 11 | 154 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.40 |
| HSL | 297.48º | 0.87% | 0.32% | - |
| HSV(B) | 297.48º | 0.93% | 0.6% | - |
| XYZ | 18.17 | 8.87 | 31.33 | - |
| YUV | 68.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 154 | 0.04 | 0.93 | 0 | 0.40 | 297.48 | 0.87 | 0.32 |
| Hex | 94 | B | 9A | 4 | 5D | 0 | 28 | 129 | 57 | 20 |
| Octal | 224 | 13 | 232 | 4 | 135 | 0 | 50 | 451 | 127 | 40 |
| Binary | 10010100 | 1011 | 10011010 | 100 | 1011101 | 0 | 101000 | 100101001 | 1010111 | 100000 |
Color Harmonies of #940B9A
Complementary color
Monochromatic Colors of #940B9A
Black with #940B9A
Text Example
Text Example
White with #940B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B9A; }
p { color: rgb(148,11,154); }
H1.HeaderClassName
{
color: #940B9A;
}
.AnyTagClassName
{
color: #940B9A;
}
</style>
background-color css
<style>
a { background-color: #940B9A; }
a { background-color: rgb(148,11,154); }
div.DivClassName
{
background-color: #940B9A;
}
.BgClassName
{
background-color: #940B9A;
}
</style>
border-color css
<style>
span { border-color: #940B9A; }
span { border-color: rgb(148,11,154); }
td.TdClassName
{
border-color: #940B9A;
}
.TagClassName
{
border-color: #940B9A;
}
</style>