Shades of Dark Magenta #940488
Tints of Dark Magenta #940488
RGB
CMYK
RGB Variations
Color information
#940488 (or 0x940488) is known color: Dark Magenta. HEX triplet: 94, 04 and 88. RGB value is (148,4,136). Sum of RGB (Red+Green+Blue) = 148+4+136=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940488 is #6BFB77. Grayscale: #3D3D3D. Windows color (decimal): -7076728 or 8914068. OLE color: 8914068.
HSL color Cylindrical-coordinate representation of color #940488: hue angle of 305º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940488 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 136 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.42 |
| HSL | 305º | 0.95% | 0.3% | - |
| HSV(B) | 305º | 0.97% | 0.58% | - |
| XYZ | 16.7 | 8.16 | 23.99 | - |
| YUV | 62.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 136 | 0 | 0.97 | 0.08 | 0.42 | 305 | 0.95 | 0.3 |
| Hex | 94 | 4 | 88 | 0 | 61 | 8 | 2A | 131 | 5F | 1E |
| Octal | 224 | 4 | 210 | 0 | 141 | 10 | 52 | 461 | 137 | 36 |
| Binary | 10010100 | 100 | 10001000 | 0 | 1100001 | 1000 | 101010 | 100110001 | 1011111 | 11110 |
Color Harmonies of #940488
Complementary color
Monochromatic Colors of #940488
Black with #940488
Text Example
Text Example
White with #940488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940488; }
p { color: rgb(148,4,136); }
H1.HeaderClassName
{
color: #940488;
}
.AnyTagClassName
{
color: #940488;
}
</style>
background-color css
<style>
a { background-color: #940488; }
a { background-color: rgb(148,4,136); }
div.DivClassName
{
background-color: #940488;
}
.BgClassName
{
background-color: #940488;
}
</style>
border-color css
<style>
span { border-color: #940488; }
span { border-color: rgb(148,4,136); }
td.TdClassName
{
border-color: #940488;
}
.TagClassName
{
border-color: #940488;
}
</style>