Shades of Dark Magenta #940BA4
Tints of Dark Magenta #940BA4
RGB
CMYK
RGB Variations
Color information
#940BA4 (or 0x940BA4) is known color: Dark Magenta. HEX triplet: 94, 0B and A4. RGB value is (148,11,164). Sum of RGB (Red+Green+Blue) = 148+11+164=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #940BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940BA4 is #6BF45B. Grayscale: #444444. Windows color (decimal): -7074908 or 10750868. OLE color: 10750868.
HSL color Cylindrical-coordinate representation of color #940BA4: hue angle of 293.73º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940BA4 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 11 | 164 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.36 |
| HSL | 293.73º | 0.87% | 0.34% | - |
| HSV(B) | 293.73º | 0.93% | 0.64% | - |
| XYZ | 19.03 | 9.22 | 35.9 | - |
| YUV | 69.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 164 | 0.10 | 0.93 | 0 | 0.36 | 293.73 | 0.87 | 0.34 |
| Hex | 94 | B | A4 | A | 5D | 0 | 24 | 126 | 57 | 22 |
| Octal | 224 | 13 | 244 | 12 | 135 | 0 | 44 | 446 | 127 | 42 |
| Binary | 10010100 | 1011 | 10100100 | 1010 | 1011101 | 0 | 100100 | 100100110 | 1010111 | 100010 |
Color Harmonies of #940BA4
Complementary color
Monochromatic Colors of #940BA4
Black with #940BA4
Text Example
Text Example
White with #940BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940BA4; }
p { color: rgb(148,11,164); }
H1.HeaderClassName
{
color: #940BA4;
}
.AnyTagClassName
{
color: #940BA4;
}
</style>
background-color css
<style>
a { background-color: #940BA4; }
a { background-color: rgb(148,11,164); }
div.DivClassName
{
background-color: #940BA4;
}
.BgClassName
{
background-color: #940BA4;
}
</style>
border-color css
<style>
span { border-color: #940BA4; }
span { border-color: rgb(148,11,164); }
td.TdClassName
{
border-color: #940BA4;
}
.TagClassName
{
border-color: #940BA4;
}
</style>