Shades of Dark Magenta #951193
Tints of Dark Magenta #951193
RGB
CMYK
RGB Variations
Color information
#951193 (or 0x951193) is known color: Dark Magenta. HEX triplet: 95, 11 and 93. RGB value is (149,17,147). Sum of RGB (Red+Green+Blue) = 149+17+147=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #951193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951193 is #6AEE6C. Grayscale: #464646. Windows color (decimal): -7007853 or 9638293. OLE color: 9638293.
HSL color Cylindrical-coordinate representation of color #951193: hue angle of 300.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951193 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 147 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.42 |
| HSL | 300.91º | 0.8% | 0.33% | - |
| HSV(B) | 300.91º | 0.89% | 0.58% | - |
| XYZ | 17.86 | 8.9 | 28.38 | - |
| YUV | 71.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 147 | 0 | 0.89 | 0.01 | 0.42 | 300.91 | 0.8 | 0.33 |
| Hex | 95 | 11 | 93 | 0 | 59 | 1 | 2A | 12D | 50 | 21 |
| Octal | 225 | 21 | 223 | 0 | 131 | 1 | 52 | 455 | 120 | 41 |
| Binary | 10010101 | 10001 | 10010011 | 0 | 1011001 | 1 | 101010 | 100101101 | 1010000 | 100001 |
Color Harmonies of #951193
Complementary color
Monochromatic Colors of #951193
Black with #951193
Text Example
Text Example
White with #951193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951193; }
p { color: rgb(149,17,147); }
H1.HeaderClassName
{
color: #951193;
}
.AnyTagClassName
{
color: #951193;
}
</style>
background-color css
<style>
a { background-color: #951193; }
a { background-color: rgb(149,17,147); }
div.DivClassName
{
background-color: #951193;
}
.BgClassName
{
background-color: #951193;
}
</style>
border-color css
<style>
span { border-color: #951193; }
span { border-color: rgb(149,17,147); }
td.TdClassName
{
border-color: #951193;
}
.TagClassName
{
border-color: #951193;
}
</style>