Shades of Dark Magenta #940A8B
Tints of Dark Magenta #940A8B
RGB
CMYK
RGB Variations
Color information
#940A8B (or 0x940A8B) is known color: Dark Magenta. HEX triplet: 94, 0A and 8B. RGB value is (148,10,139). Sum of RGB (Red+Green+Blue) = 148+10+139=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #940A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940A8B is #6BF574. Grayscale: #414141. Windows color (decimal): -7075189 or 9112212. OLE color: 9112212.
HSL color Cylindrical-coordinate representation of color #940A8B: hue angle of 303.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A8B is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 10 | 139 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.42 |
| HSL | 303.91º | 0.87% | 0.31% | - |
| HSV(B) | 303.91º | 0.93% | 0.58% | - |
| XYZ | 16.98 | 8.38 | 25.15 | - |
| YUV | 65.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 139 | 0 | 0.93 | 0.06 | 0.42 | 303.91 | 0.87 | 0.31 |
| Hex | 94 | A | 8B | 0 | 5D | 6 | 2A | 130 | 57 | 1F |
| Octal | 224 | 12 | 213 | 0 | 135 | 6 | 52 | 460 | 127 | 37 |
| Binary | 10010100 | 1010 | 10001011 | 0 | 1011101 | 110 | 101010 | 100110000 | 1010111 | 11111 |
Color Harmonies of #940A8B
Complementary color
Monochromatic Colors of #940A8B
Black with #940A8B
Text Example
Text Example
White with #940A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940A8B; }
p { color: rgb(148,10,139); }
H1.HeaderClassName
{
color: #940A8B;
}
.AnyTagClassName
{
color: #940A8B;
}
</style>
background-color css
<style>
a { background-color: #940A8B; }
a { background-color: rgb(148,10,139); }
div.DivClassName
{
background-color: #940A8B;
}
.BgClassName
{
background-color: #940A8B;
}
</style>
border-color css
<style>
span { border-color: #940A8B; }
span { border-color: rgb(148,10,139); }
td.TdClassName
{
border-color: #940A8B;
}
.TagClassName
{
border-color: #940A8B;
}
</style>