Shades of Dark Magenta #940885
Tints of Dark Magenta #940885
RGB
CMYK
RGB Variations
Color information
#940885 (or 0x940885) is known color: Dark Magenta. HEX triplet: 94, 08 and 85. RGB value is (148,8,133). Sum of RGB (Red+Green+Blue) = 148+8+133=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #940885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940885 is #6BF77A. Grayscale: #3F3F3F. Windows color (decimal): -7075707 or 8718484. OLE color: 8718484.
HSL color Cylindrical-coordinate representation of color #940885: hue angle of 306.43º 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 #940885 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 133 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.42 |
| HSL | 306.43º | 0.9% | 0.31% | - |
| HSV(B) | 306.43º | 0.95% | 0.58% | - |
| XYZ | 16.53 | 8.16 | 22.89 | - |
| YUV | 64.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 133 | 0 | 0.95 | 0.10 | 0.42 | 306.43 | 0.9 | 0.31 |
| Hex | 94 | 8 | 85 | 0 | 5F | A | 2A | 132 | 5A | 1F |
| Octal | 224 | 10 | 205 | 0 | 137 | 12 | 52 | 462 | 132 | 37 |
| Binary | 10010100 | 1000 | 10000101 | 0 | 1011111 | 1010 | 101010 | 100110010 | 1011010 | 11111 |
Color Harmonies of #940885
Complementary color
Monochromatic Colors of #940885
Black with #940885
Text Example
Text Example
White with #940885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940885; }
p { color: rgb(148,8,133); }
H1.HeaderClassName
{
color: #940885;
}
.AnyTagClassName
{
color: #940885;
}
</style>
background-color css
<style>
a { background-color: #940885; }
a { background-color: rgb(148,8,133); }
div.DivClassName
{
background-color: #940885;
}
.BgClassName
{
background-color: #940885;
}
</style>
border-color css
<style>
span { border-color: #940885; }
span { border-color: rgb(148,8,133); }
td.TdClassName
{
border-color: #940885;
}
.TagClassName
{
border-color: #940885;
}
</style>