Shades of Dark Magenta #950899
Tints of Dark Magenta #950899
RGB
CMYK
RGB Variations
Color information
#950899 (or 0x950899) is known color: Dark Magenta. HEX triplet: 95, 08 and 99. RGB value is (149,8,153). Sum of RGB (Red+Green+Blue) = 149+8+153=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #950899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950899 is #6AF766. Grayscale: #424242. Windows color (decimal): -7010151 or 10029205. OLE color: 10029205.
HSL color Cylindrical-coordinate representation of color #950899: hue angle of 298.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950899 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 8 | 153 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.4 |
| HSL | 298.34º | 0.9% | 0.32% | - |
| HSV(B) | 298.34º | 0.95% | 0.6% | - |
| XYZ | 18.23 | 8.86 | 30.89 | - |
| YUV | 66.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 153 | 0.03 | 0.95 | 0 | 0.4 | 298.34 | 0.9 | 0.32 |
| Hex | 95 | 8 | 99 | 3 | 5F | 0 | 28 | 12A | 5A | 20 |
| Octal | 225 | 10 | 231 | 3 | 137 | 0 | 50 | 452 | 132 | 40 |
| Binary | 10010101 | 1000 | 10011001 | 11 | 1011111 | 0 | 101000 | 100101010 | 1011010 | 100000 |
Color Harmonies of #950899
Complementary color
Monochromatic Colors of #950899
Black with #950899
Text Example
Text Example
White with #950899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950899; }
p { color: rgb(149,8,153); }
H1.HeaderClassName
{
color: #950899;
}
.AnyTagClassName
{
color: #950899;
}
</style>
background-color css
<style>
a { background-color: #950899; }
a { background-color: rgb(149,8,153); }
div.DivClassName
{
background-color: #950899;
}
.BgClassName
{
background-color: #950899;
}
</style>
border-color css
<style>
span { border-color: #950899; }
span { border-color: rgb(149,8,153); }
td.TdClassName
{
border-color: #950899;
}
.TagClassName
{
border-color: #950899;
}
</style>