Shades of Dark Magenta #951592
Tints of Dark Magenta #951592
RGB
CMYK
RGB Variations
Color information
#951592 (or 0x951592) is known color: Dark Magenta. HEX triplet: 95, 15 and 92. RGB value is (149,21,146). Sum of RGB (Red+Green+Blue) = 149+21+146=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #951592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951592 is #6AEA6D. Grayscale: #494949. Windows color (decimal): -7006830 or 9573781. OLE color: 9573781.
HSL color Cylindrical-coordinate representation of color #951592: hue angle of 301.41º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951592 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 146 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.42 |
| HSL | 301.41º | 0.75% | 0.33% | - |
| HSV(B) | 301.41º | 0.86% | 0.58% | - |
| XYZ | 17.85 | 9 | 27.99 | - |
| YUV | 73.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 146 | 0 | 0.86 | 0.02 | 0.42 | 301.41 | 0.75 | 0.33 |
| Hex | 95 | 15 | 92 | 0 | 56 | 2 | 2A | 12D | 4B | 21 |
| Octal | 225 | 25 | 222 | 0 | 126 | 2 | 52 | 455 | 113 | 41 |
| Binary | 10010101 | 10101 | 10010010 | 0 | 1010110 | 10 | 101010 | 100101101 | 1001011 | 100001 |
Color Harmonies of #951592
Complementary color
Monochromatic Colors of #951592
Black with #951592
Text Example
Text Example
White with #951592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951592; }
p { color: rgb(149,21,146); }
H1.HeaderClassName
{
color: #951592;
}
.AnyTagClassName
{
color: #951592;
}
</style>
background-color css
<style>
a { background-color: #951592; }
a { background-color: rgb(149,21,146); }
div.DivClassName
{
background-color: #951592;
}
.BgClassName
{
background-color: #951592;
}
</style>
border-color css
<style>
span { border-color: #951592; }
span { border-color: rgb(149,21,146); }
td.TdClassName
{
border-color: #951592;
}
.TagClassName
{
border-color: #951592;
}
</style>