Shades of Dark Magenta #940395
Tints of Dark Magenta #940395
RGB
CMYK
RGB Variations
Color information
#940395 (or 0x940395) is known color: Dark Magenta. HEX triplet: 94, 03 and 95. RGB value is (148,3,149). Sum of RGB (Red+Green+Blue) = 148+3+149=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #940395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940395 is #6BFC6A. Grayscale: #3E3E3E. Windows color (decimal): -7076971 or 9765780. OLE color: 9765780.
HSL color Cylindrical-coordinate representation of color #940395: hue angle of 299.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940395 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 149 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.42 |
| HSL | 299.59º | 0.96% | 0.3% | - |
| HSV(B) | 299.59º | 0.98% | 0.58% | - |
| XYZ | 17.67 | 8.53 | 29.15 | - |
| YUV | 63 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 149 | 0.01 | 0.98 | 0 | 0.42 | 299.59 | 0.96 | 0.3 |
| Hex | 94 | 3 | 95 | 1 | 62 | 0 | 2A | 12C | 60 | 1E |
| Octal | 224 | 3 | 225 | 1 | 142 | 0 | 52 | 454 | 140 | 36 |
| Binary | 10010100 | 11 | 10010101 | 1 | 1100010 | 0 | 101010 | 100101100 | 1100000 | 11110 |
Color Harmonies of #940395
Complementary color
Monochromatic Colors of #940395
Black with #940395
Text Example
Text Example
White with #940395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940395; }
p { color: rgb(148,3,149); }
H1.HeaderClassName
{
color: #940395;
}
.AnyTagClassName
{
color: #940395;
}
</style>
background-color css
<style>
a { background-color: #940395; }
a { background-color: rgb(148,3,149); }
div.DivClassName
{
background-color: #940395;
}
.BgClassName
{
background-color: #940395;
}
</style>
border-color css
<style>
span { border-color: #940395; }
span { border-color: rgb(148,3,149); }
td.TdClassName
{
border-color: #940395;
}
.TagClassName
{
border-color: #940395;
}
</style>