Shades of Dark Magenta #940085
Tints of Dark Magenta #940085
RGB
CMYK
RGB Variations
Color information
#940085 (or 0x940085) is known color: Dark Magenta. HEX triplet: 94, 00 and 85. RGB value is (148,0,133). Sum of RGB (Red+Green+Blue) = 148+0+133=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #940085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940085 is #6BFF7A. Grayscale: #3B3B3B. Windows color (decimal): -7077755 or 8716436. OLE color: 8716436.
HSL color Cylindrical-coordinate representation of color #940085: hue angle of 306.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940085 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.10 | 0.42 |
| HSL | 306.08º | 1% | 0.29% | - |
| HSV(B) | 306.08º | 1% | 0.58% | - |
| XYZ | 16.45 | 7.99 | 22.87 | - |
| YUV | 59.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 133 | 0 | 1 | 0.10 | 0.42 | 306.08 | 1 | 0.29 |
| Hex | 94 | 0 | 85 | 0 | 64 | A | 2A | 132 | 64 | 1D |
| Octal | 224 | 0 | 205 | 0 | 144 | 12 | 52 | 462 | 144 | 35 |
| Binary | 10010100 | 0 | 10000101 | 0 | 1100100 | 1010 | 101010 | 100110010 | 1100100 | 11101 |
Color Harmonies of #940085
Complementary color
Monochromatic Colors of #940085
Black with #940085
Text Example
Text Example
White with #940085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940085; }
p { color: rgb(148,0,133); }
H1.HeaderClassName
{
color: #940085;
}
.AnyTagClassName
{
color: #940085;
}
</style>
background-color css
<style>
a { background-color: #940085; }
a { background-color: rgb(148,0,133); }
div.DivClassName
{
background-color: #940085;
}
.BgClassName
{
background-color: #940085;
}
</style>
border-color css
<style>
span { border-color: #940085; }
span { border-color: rgb(148,0,133); }
td.TdClassName
{
border-color: #940085;
}
.TagClassName
{
border-color: #940085;
}
</style>