Shades of Dark Magenta #940287
Tints of Dark Magenta #940287
RGB
CMYK
RGB Variations
Color information
#940287 (or 0x940287) is known color: Dark Magenta. HEX triplet: 94, 02 and 87. RGB value is (148,2,135). Sum of RGB (Red+Green+Blue) = 148+2+135=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940287 is #6BFD78. Grayscale: #3C3C3C. Windows color (decimal): -7077241 or 8848020. OLE color: 8848020.
HSL color Cylindrical-coordinate representation of color #940287: hue angle of 305.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940287 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.42 |
| HSL | 305.34º | 0.97% | 0.29% | - |
| HSV(B) | 305.34º | 0.99% | 0.58% | - |
| XYZ | 16.61 | 8.09 | 23.61 | - |
| YUV | 60.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 135 | 0 | 0.99 | 0.09 | 0.42 | 305.34 | 0.97 | 0.29 |
| Hex | 94 | 2 | 87 | 0 | 63 | 9 | 2A | 131 | 61 | 1D |
| Octal | 224 | 2 | 207 | 0 | 143 | 11 | 52 | 461 | 141 | 35 |
| Binary | 10010100 | 10 | 10000111 | 0 | 1100011 | 1001 | 101010 | 100110001 | 1100001 | 11101 |
Color Harmonies of #940287
Complementary color
Monochromatic Colors of #940287
Black with #940287
Text Example
Text Example
White with #940287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940287; }
p { color: rgb(148,2,135); }
H1.HeaderClassName
{
color: #940287;
}
.AnyTagClassName
{
color: #940287;
}
</style>
background-color css
<style>
a { background-color: #940287; }
a { background-color: rgb(148,2,135); }
div.DivClassName
{
background-color: #940287;
}
.BgClassName
{
background-color: #940287;
}
</style>
border-color css
<style>
span { border-color: #940287; }
span { border-color: rgb(148,2,135); }
td.TdClassName
{
border-color: #940287;
}
.TagClassName
{
border-color: #940287;
}
</style>