Shades of Dark Magenta #950B8C
Tints of Dark Magenta #950B8C
RGB
CMYK
RGB Variations
Color information
#950B8C (or 0x950B8C) is known color: Dark Magenta. HEX triplet: 95, 0B and 8C. RGB value is (149,11,140). Sum of RGB (Red+Green+Blue) = 149+11+140=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #950B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950B8C is #6AF473. Grayscale: #424242. Windows color (decimal): -7009396 or 9178005. OLE color: 9178005.
HSL color Cylindrical-coordinate representation of color #950B8C: hue angle of 303.91º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B8C is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 140 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.42 |
| HSL | 303.91º | 0.86% | 0.31% | - |
| HSV(B) | 303.91º | 0.93% | 0.58% | - |
| XYZ | 17.25 | 8.52 | 25.55 | - |
| YUV | 66.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 140 | 0 | 0.93 | 0.06 | 0.42 | 303.91 | 0.86 | 0.31 |
| Hex | 95 | B | 8C | 0 | 5D | 6 | 2A | 130 | 56 | 1F |
| Octal | 225 | 13 | 214 | 0 | 135 | 6 | 52 | 460 | 126 | 37 |
| Binary | 10010101 | 1011 | 10001100 | 0 | 1011101 | 110 | 101010 | 100110000 | 1010110 | 11111 |
Color Harmonies of #950B8C
Complementary color
Monochromatic Colors of #950B8C
Black with #950B8C
Text Example
Text Example
White with #950B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B8C; }
p { color: rgb(149,11,140); }
H1.HeaderClassName
{
color: #950B8C;
}
.AnyTagClassName
{
color: #950B8C;
}
</style>
background-color css
<style>
a { background-color: #950B8C; }
a { background-color: rgb(149,11,140); }
div.DivClassName
{
background-color: #950B8C;
}
.BgClassName
{
background-color: #950B8C;
}
</style>
border-color css
<style>
span { border-color: #950B8C; }
span { border-color: rgb(149,11,140); }
td.TdClassName
{
border-color: #950B8C;
}
.TagClassName
{
border-color: #950B8C;
}
</style>