Shades of Dark Magenta #940884
Tints of Dark Magenta #940884
RGB
CMYK
RGB Variations
Color information
#940884 (or 0x940884) is known color: Dark Magenta. HEX triplet: 94, 08 and 84. RGB value is (148,8,132). Sum of RGB (Red+Green+Blue) = 148+8+132=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940884 is #6BF77B. Grayscale: #3F3F3F. Windows color (decimal): -7075708 or 8652948. OLE color: 8652948.
HSL color Cylindrical-coordinate representation of color #940884: hue angle of 306.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940884 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 132 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.42 |
| HSL | 306.86º | 0.9% | 0.31% | - |
| HSV(B) | 306.86º | 0.95% | 0.58% | - |
| XYZ | 16.46 | 8.14 | 22.53 | - |
| YUV | 64 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 132 | 0 | 0.95 | 0.11 | 0.42 | 306.86 | 0.9 | 0.31 |
| Hex | 94 | 8 | 84 | 0 | 5F | B | 2A | 133 | 5A | 1F |
| Octal | 224 | 10 | 204 | 0 | 137 | 13 | 52 | 463 | 132 | 37 |
| Binary | 10010100 | 1000 | 10000100 | 0 | 1011111 | 1011 | 101010 | 100110011 | 1011010 | 11111 |
Color Harmonies of #940884
Complementary color
Monochromatic Colors of #940884
Black with #940884
Text Example
Text Example
White with #940884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940884; }
p { color: rgb(148,8,132); }
H1.HeaderClassName
{
color: #940884;
}
.AnyTagClassName
{
color: #940884;
}
</style>
background-color css
<style>
a { background-color: #940884; }
a { background-color: rgb(148,8,132); }
div.DivClassName
{
background-color: #940884;
}
.BgClassName
{
background-color: #940884;
}
</style>
border-color css
<style>
span { border-color: #940884; }
span { border-color: rgb(148,8,132); }
td.TdClassName
{
border-color: #940884;
}
.TagClassName
{
border-color: #940884;
}
</style>