Shades of Dark Magenta #950F8B
Tints of Dark Magenta #950F8B
RGB
CMYK
RGB Variations
Color information
#950F8B (or 0x950F8B) is known color: Dark Magenta. HEX triplet: 95, 0F and 8B. RGB value is (149,15,139). Sum of RGB (Red+Green+Blue) = 149+15+139=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #950F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F8B is #6AF074. Grayscale: #444444. Windows color (decimal): -7008373 or 9113493. OLE color: 9113493.
HSL color Cylindrical-coordinate representation of color #950F8B: hue angle of 304.48º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F8B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 139 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.42 |
| HSL | 304.48º | 0.82% | 0.32% | - |
| HSV(B) | 304.48º | 0.9% | 0.58% | - |
| XYZ | 17.23 | 8.6 | 25.18 | - |
| YUV | 69.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 139 | 0 | 0.90 | 0.07 | 0.42 | 304.48 | 0.82 | 0.32 |
| Hex | 95 | F | 8B | 0 | 5A | 7 | 2A | 130 | 52 | 20 |
| Octal | 225 | 17 | 213 | 0 | 132 | 7 | 52 | 460 | 122 | 40 |
| Binary | 10010101 | 1111 | 10001011 | 0 | 1011010 | 111 | 101010 | 100110000 | 1010010 | 100000 |
Color Harmonies of #950F8B
Complementary color
Monochromatic Colors of #950F8B
Black with #950F8B
Text Example
Text Example
White with #950F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F8B; }
p { color: rgb(149,15,139); }
H1.HeaderClassName
{
color: #950F8B;
}
.AnyTagClassName
{
color: #950F8B;
}
</style>
background-color css
<style>
a { background-color: #950F8B; }
a { background-color: rgb(149,15,139); }
div.DivClassName
{
background-color: #950F8B;
}
.BgClassName
{
background-color: #950F8B;
}
</style>
border-color css
<style>
span { border-color: #950F8B; }
span { border-color: rgb(149,15,139); }
td.TdClassName
{
border-color: #950F8B;
}
.TagClassName
{
border-color: #950F8B;
}
</style>