Shades of Dark Magenta #950294
Tints of Dark Magenta #950294
RGB
CMYK
RGB Variations
Color information
#950294 (or 0x950294) is known color: Dark Magenta. HEX triplet: 95, 02 and 94. RGB value is (149,2,148). Sum of RGB (Red+Green+Blue) = 149+2+148=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #950294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950294 is #6AFD6B. Grayscale: #3E3E3E. Windows color (decimal): -7011692 or 9699989. OLE color: 9699989.
HSL color Cylindrical-coordinate representation of color #950294: hue angle of 300.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950294 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.42 |
| HSL | 300.41º | 0.97% | 0.3% | - |
| HSV(B) | 300.41º | 0.99% | 0.58% | - |
| XYZ | 17.76 | 8.57 | 28.74 | - |
| YUV | 62.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 148 | 0 | 0.99 | 0.01 | 0.42 | 300.41 | 0.97 | 0.3 |
| Hex | 95 | 2 | 94 | 0 | 63 | 1 | 2A | 12C | 61 | 1E |
| Octal | 225 | 2 | 224 | 0 | 143 | 1 | 52 | 454 | 141 | 36 |
| Binary | 10010101 | 10 | 10010100 | 0 | 1100011 | 1 | 101010 | 100101100 | 1100001 | 11110 |
Color Harmonies of #950294
Complementary color
Monochromatic Colors of #950294
Black with #950294
Text Example
Text Example
White with #950294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950294; }
p { color: rgb(149,2,148); }
H1.HeaderClassName
{
color: #950294;
}
.AnyTagClassName
{
color: #950294;
}
</style>
background-color css
<style>
a { background-color: #950294; }
a { background-color: rgb(149,2,148); }
div.DivClassName
{
background-color: #950294;
}
.BgClassName
{
background-color: #950294;
}
</style>
border-color css
<style>
span { border-color: #950294; }
span { border-color: rgb(149,2,148); }
td.TdClassName
{
border-color: #950294;
}
.TagClassName
{
border-color: #950294;
}
</style>