Shades of Dark Magenta #951395
Tints of Dark Magenta #951395
RGB
CMYK
RGB Variations
Color information
#951395 (or 0x951395) is known color: Dark Magenta. HEX triplet: 95, 13 and 95. RGB value is (149,19,149). Sum of RGB (Red+Green+Blue) = 149+19+149=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951395 is #6AEC6A. Grayscale: #484848. Windows color (decimal): -7007339 or 9769877. OLE color: 9769877.
HSL color Cylindrical-coordinate representation of color #951395: hue angle of 300º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951395 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 149 | - |
| CMYK | 0 | 0.87 | 0 | 0.42 |
| HSL | 300º | 0.77% | 0.33% | - |
| HSV(B) | 300º | 0.87% | 0.58% | - |
| XYZ | 18.05 | 9.03 | 29.22 | - |
| YUV | 72.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 149 | 0 | 0.87 | 0 | 0.42 | 300 | 0.77 | 0.33 |
| Hex | 95 | 13 | 95 | 0 | 57 | 0 | 2A | 12C | 4D | 21 |
| Octal | 225 | 23 | 225 | 0 | 127 | 0 | 52 | 454 | 115 | 41 |
| Binary | 10010101 | 10011 | 10010101 | 0 | 1010111 | 0 | 101010 | 100101100 | 1001101 | 100001 |
Color Harmonies of #951395
Complementary color
Monochromatic Colors of #951395
Black with #951395
Text Example
Text Example
White with #951395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951395; }
p { color: rgb(149,19,149); }
H1.HeaderClassName
{
color: #951395;
}
.AnyTagClassName
{
color: #951395;
}
</style>
background-color css
<style>
a { background-color: #951395; }
a { background-color: rgb(149,19,149); }
div.DivClassName
{
background-color: #951395;
}
.BgClassName
{
background-color: #951395;
}
</style>
border-color css
<style>
span { border-color: #951395; }
span { border-color: rgb(149,19,149); }
td.TdClassName
{
border-color: #951395;
}
.TagClassName
{
border-color: #951395;
}
</style>