Shades of Dark Magenta #940290
Tints of Dark Magenta #940290
RGB
CMYK
RGB Variations
Color information
#940290 (or 0x940290) is known color: Dark Magenta. HEX triplet: 94, 02 and 90. RGB value is (148,2,144). Sum of RGB (Red+Green+Blue) = 148+2+144=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #940290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940290 is #6BFD6F. Grayscale: #3D3D3D. Windows color (decimal): -7077232 or 9437844. OLE color: 9437844.
HSL color Cylindrical-coordinate representation of color #940290: hue angle of 301.64º 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 #940290 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.42 |
| HSL | 301.64º | 0.97% | 0.29% | - |
| HSV(B) | 301.64º | 0.99% | 0.58% | - |
| XYZ | 17.27 | 8.35 | 27.09 | - |
| YUV | 61.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 144 | 0 | 0.99 | 0.03 | 0.42 | 301.64 | 0.97 | 0.29 |
| Hex | 94 | 2 | 90 | 0 | 63 | 3 | 2A | 12E | 61 | 1D |
| Octal | 224 | 2 | 220 | 0 | 143 | 3 | 52 | 456 | 141 | 35 |
| Binary | 10010100 | 10 | 10010000 | 0 | 1100011 | 11 | 101010 | 100101110 | 1100001 | 11101 |
Color Harmonies of #940290
Complementary color
Monochromatic Colors of #940290
Black with #940290
Text Example
Text Example
White with #940290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940290; }
p { color: rgb(148,2,144); }
H1.HeaderClassName
{
color: #940290;
}
.AnyTagClassName
{
color: #940290;
}
</style>
background-color css
<style>
a { background-color: #940290; }
a { background-color: rgb(148,2,144); }
div.DivClassName
{
background-color: #940290;
}
.BgClassName
{
background-color: #940290;
}
</style>
border-color css
<style>
span { border-color: #940290; }
span { border-color: rgb(148,2,144); }
td.TdClassName
{
border-color: #940290;
}
.TagClassName
{
border-color: #940290;
}
</style>