Shades of Dark Magenta #950690
Tints of Dark Magenta #950690
RGB
CMYK
RGB Variations
Color information
#950690 (or 0x950690) is known color: Dark Magenta. HEX triplet: 95, 06 and 90. RGB value is (149,6,144). Sum of RGB (Red+Green+Blue) = 149+6+144=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #950690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950690 is #6AF96F. Grayscale: #404040. Windows color (decimal): -7010672 or 9438869. OLE color: 9438869.
HSL color Cylindrical-coordinate representation of color #950690: hue angle of 302.1º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950690 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 144 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.42 |
| HSL | 302.1º | 0.92% | 0.3% | - |
| HSV(B) | 302.1º | 0.96% | 0.58% | - |
| XYZ | 17.49 | 8.53 | 27.11 | - |
| YUV | 64.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 144 | 0 | 0.96 | 0.03 | 0.42 | 302.1 | 0.92 | 0.3 |
| Hex | 95 | 6 | 90 | 0 | 60 | 3 | 2A | 12E | 5C | 1E |
| Octal | 225 | 6 | 220 | 0 | 140 | 3 | 52 | 456 | 134 | 36 |
| Binary | 10010101 | 110 | 10010000 | 0 | 1100000 | 11 | 101010 | 100101110 | 1011100 | 11110 |
Color Harmonies of #950690
Complementary color
Monochromatic Colors of #950690
Black with #950690
Text Example
Text Example
White with #950690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950690; }
p { color: rgb(149,6,144); }
H1.HeaderClassName
{
color: #950690;
}
.AnyTagClassName
{
color: #950690;
}
</style>
background-color css
<style>
a { background-color: #950690; }
a { background-color: rgb(149,6,144); }
div.DivClassName
{
background-color: #950690;
}
.BgClassName
{
background-color: #950690;
}
</style>
border-color css
<style>
span { border-color: #950690; }
span { border-color: rgb(149,6,144); }
td.TdClassName
{
border-color: #950690;
}
.TagClassName
{
border-color: #950690;
}
</style>