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