Shades of Dark Magenta #940187
Tints of Dark Magenta #940187
RGB
CMYK
RGB Variations
Color information
#940187 (or 0x940187) is known color: Dark Magenta. HEX triplet: 94, 01 and 87. RGB value is (148,1,135). Sum of RGB (Red+Green+Blue) = 148+1+135=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #940187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940187 is #6BFE78. Grayscale: #3B3B3B. Windows color (decimal): -7077497 or 8847764. OLE color: 8847764.
HSL color Cylindrical-coordinate representation of color #940187: hue angle of 305.31º degrees, saturation: 0.99, 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 #940187 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 135 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.42 |
| HSL | 305.31º | 0.99% | 0.29% | - |
| HSV(B) | 305.31º | 0.99% | 0.58% | - |
| XYZ | 16.6 | 8.07 | 23.6 | - |
| YUV | 60.23 | 170.2 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 135 | 0 | 0.99 | 0.09 | 0.42 | 305.31 | 0.99 | 0.29 |
| Hex | 94 | 1 | 87 | 0 | 63 | 9 | 2A | 131 | 63 | 1D |
| Octal | 224 | 1 | 207 | 0 | 143 | 11 | 52 | 461 | 143 | 35 |
| Binary | 10010100 | 1 | 10000111 | 0 | 1100011 | 1001 | 101010 | 100110001 | 1100011 | 11101 |
Color Harmonies of #940187
Complementary color
Monochromatic Colors of #940187
Black with #940187
Text Example
Text Example
White with #940187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940187; }
p { color: rgb(148,1,135); }
H1.HeaderClassName
{
color: #940187;
}
.AnyTagClassName
{
color: #940187;
}
</style>
background-color css
<style>
a { background-color: #940187; }
a { background-color: rgb(148,1,135); }
div.DivClassName
{
background-color: #940187;
}
.BgClassName
{
background-color: #940187;
}
</style>
border-color css
<style>
span { border-color: #940187; }
span { border-color: rgb(148,1,135); }
td.TdClassName
{
border-color: #940187;
}
.TagClassName
{
border-color: #940187;
}
</style>