Shades of Dark Magenta #951293
Tints of Dark Magenta #951293
RGB
CMYK
RGB Variations
Color information
#951293 (or 0x951293) is known color: Dark Magenta. HEX triplet: 95, 12 and 93. RGB value is (149,18,147). Sum of RGB (Red+Green+Blue) = 149+18+147=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #951293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951293 is #6AED6C. Grayscale: #474747. Windows color (decimal): -7007597 or 9638549. OLE color: 9638549.
HSL color Cylindrical-coordinate representation of color #951293: hue angle of 300.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951293 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 147 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.42 |
| HSL | 300.92º | 0.78% | 0.33% | - |
| HSV(B) | 300.92º | 0.88% | 0.58% | - |
| XYZ | 17.88 | 8.93 | 28.38 | - |
| YUV | 71.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 147 | 0 | 0.88 | 0.01 | 0.42 | 300.92 | 0.78 | 0.33 |
| Hex | 95 | 12 | 93 | 0 | 58 | 1 | 2A | 12D | 4E | 21 |
| Octal | 225 | 22 | 223 | 0 | 130 | 1 | 52 | 455 | 116 | 41 |
| Binary | 10010101 | 10010 | 10010011 | 0 | 1011000 | 1 | 101010 | 100101101 | 1001110 | 100001 |
Color Harmonies of #951293
Complementary color
Monochromatic Colors of #951293
Black with #951293
Text Example
Text Example
White with #951293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951293; }
p { color: rgb(149,18,147); }
H1.HeaderClassName
{
color: #951293;
}
.AnyTagClassName
{
color: #951293;
}
</style>
background-color css
<style>
a { background-color: #951293; }
a { background-color: rgb(149,18,147); }
div.DivClassName
{
background-color: #951293;
}
.BgClassName
{
background-color: #951293;
}
</style>
border-color css
<style>
span { border-color: #951293; }
span { border-color: rgb(149,18,147); }
td.TdClassName
{
border-color: #951293;
}
.TagClassName
{
border-color: #951293;
}
</style>