Shades of Dark Magenta #940288
Tints of Dark Magenta #940288
RGB
CMYK
RGB Variations
Color information
#940288 (or 0x940288) is known color: Dark Magenta. HEX triplet: 94, 02 and 88. RGB value is (148,2,136). Sum of RGB (Red+Green+Blue) = 148+2+136=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #940288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940288 is #6BFD77. Grayscale: #3C3C3C. Windows color (decimal): -7077240 or 8913556. OLE color: 8913556.
HSL color Cylindrical-coordinate representation of color #940288: hue angle of 304.93º 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 #940288 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.42 |
| HSL | 304.93º | 0.97% | 0.29% | - |
| HSV(B) | 304.93º | 0.99% | 0.58% | - |
| XYZ | 16.68 | 8.12 | 23.98 | - |
| YUV | 60.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 136 | 0 | 0.99 | 0.08 | 0.42 | 304.93 | 0.97 | 0.29 |
| Hex | 94 | 2 | 88 | 0 | 63 | 8 | 2A | 131 | 61 | 1D |
| Octal | 224 | 2 | 210 | 0 | 143 | 10 | 52 | 461 | 141 | 35 |
| Binary | 10010100 | 10 | 10001000 | 0 | 1100011 | 1000 | 101010 | 100110001 | 1100001 | 11101 |
Color Harmonies of #940288
Complementary color
Monochromatic Colors of #940288
Black with #940288
Text Example
Text Example
White with #940288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940288; }
p { color: rgb(148,2,136); }
H1.HeaderClassName
{
color: #940288;
}
.AnyTagClassName
{
color: #940288;
}
</style>
background-color css
<style>
a { background-color: #940288; }
a { background-color: rgb(148,2,136); }
div.DivClassName
{
background-color: #940288;
}
.BgClassName
{
background-color: #940288;
}
</style>
border-color css
<style>
span { border-color: #940288; }
span { border-color: rgb(148,2,136); }
td.TdClassName
{
border-color: #940288;
}
.TagClassName
{
border-color: #940288;
}
</style>