Shades of Dark Magenta #950E82
Tints of Dark Magenta #950E82
RGB
CMYK
RGB Variations
Color information
#950E82 (or 0x950E82) is known color: Dark Magenta. HEX triplet: 95, 0E and 82. RGB value is (149,14,130). Sum of RGB (Red+Green+Blue) = 149+14+130=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #950E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950E82 is #6AF17D. Grayscale: #434343. Windows color (decimal): -7008638 or 8523413. OLE color: 8523413.
HSL color Cylindrical-coordinate representation of color #950E82: hue angle of 308.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E82 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 130 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.42 |
| HSL | 308.44º | 0.83% | 0.32% | - |
| HSV(B) | 308.44º | 0.91% | 0.58% | - |
| XYZ | 16.58 | 8.32 | 21.85 | - |
| YUV | 67.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 130 | 0 | 0.91 | 0.13 | 0.42 | 308.44 | 0.83 | 0.32 |
| Hex | 95 | E | 82 | 0 | 5B | D | 2A | 134 | 53 | 20 |
| Octal | 225 | 16 | 202 | 0 | 133 | 15 | 52 | 464 | 123 | 40 |
| Binary | 10010101 | 1110 | 10000010 | 0 | 1011011 | 1101 | 101010 | 100110100 | 1010011 | 100000 |
Color Harmonies of #950E82
Complementary color
Monochromatic Colors of #950E82
Black with #950E82
Text Example
Text Example
White with #950E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E82; }
p { color: rgb(149,14,130); }
H1.HeaderClassName
{
color: #950E82;
}
.AnyTagClassName
{
color: #950E82;
}
</style>
background-color css
<style>
a { background-color: #950E82; }
a { background-color: rgb(149,14,130); }
div.DivClassName
{
background-color: #950E82;
}
.BgClassName
{
background-color: #950E82;
}
</style>
border-color css
<style>
span { border-color: #950E82; }
span { border-color: rgb(149,14,130); }
td.TdClassName
{
border-color: #950E82;
}
.TagClassName
{
border-color: #950E82;
}
</style>