Shades of Dark Magenta #950BAE
Tints of Dark Magenta #950BAE
RGB
CMYK
RGB Variations
Color information
#950BAE (or 0x950BAE) is known color: Dark Magenta. HEX triplet: 95, 0B and AE. RGB value is (149,11,174). Sum of RGB (Red+Green+Blue) = 149+11+174=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #950BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950BAE is #6AF451. Grayscale: #464646. Windows color (decimal): -7009362 or 11406229. OLE color: 11406229.
HSL color Cylindrical-coordinate representation of color #950BAE: hue angle of 290.8º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950BAE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 11 | 174 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.32 |
| HSL | 290.8º | 0.88% | 0.36% | - |
| HSV(B) | 290.8º | 0.94% | 0.68% | - |
| XYZ | 20.15 | 9.68 | 40.85 | - |
| YUV | 70.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 174 | 0.14 | 0.94 | 0 | 0.32 | 290.8 | 0.88 | 0.36 |
| Hex | 95 | B | AE | E | 5E | 0 | 20 | 123 | 58 | 24 |
| Octal | 225 | 13 | 256 | 16 | 136 | 0 | 40 | 443 | 130 | 44 |
| Binary | 10010101 | 1011 | 10101110 | 1110 | 1011110 | 0 | 100000 | 100100011 | 1011000 | 100100 |
Color Harmonies of #950BAE
Complementary color
Monochromatic Colors of #950BAE
Black with #950BAE
Text Example
Text Example
White with #950BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950BAE; }
p { color: rgb(149,11,174); }
H1.HeaderClassName
{
color: #950BAE;
}
.AnyTagClassName
{
color: #950BAE;
}
</style>
background-color css
<style>
a { background-color: #950BAE; }
a { background-color: rgb(149,11,174); }
div.DivClassName
{
background-color: #950BAE;
}
.BgClassName
{
background-color: #950BAE;
}
</style>
border-color css
<style>
span { border-color: #950BAE; }
span { border-color: rgb(149,11,174); }
td.TdClassName
{
border-color: #950BAE;
}
.TagClassName
{
border-color: #950BAE;
}
</style>