Shades of Dark Magenta #951492
Tints of Dark Magenta #951492
RGB
CMYK
RGB Variations
Color information
#951492 (or 0x951492) is known color: Dark Magenta. HEX triplet: 95, 14 and 92. RGB value is (149,20,146). Sum of RGB (Red+Green+Blue) = 149+20+146=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #951492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951492 is #6AEB6D. Grayscale: #484848. Windows color (decimal): -7007086 or 9573525. OLE color: 9573525.
HSL color Cylindrical-coordinate representation of color #951492: hue angle of 301.4º degrees, saturation: 0.76, 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 #951492 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 146 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.42 |
| HSL | 301.4º | 0.76% | 0.33% | - |
| HSV(B) | 301.4º | 0.87% | 0.58% | - |
| XYZ | 17.83 | 8.97 | 27.98 | - |
| YUV | 72.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 146 | 0 | 0.87 | 0.02 | 0.42 | 301.4 | 0.76 | 0.33 |
| Hex | 95 | 14 | 92 | 0 | 57 | 2 | 2A | 12D | 4C | 21 |
| Octal | 225 | 24 | 222 | 0 | 127 | 2 | 52 | 455 | 114 | 41 |
| Binary | 10010101 | 10100 | 10010010 | 0 | 1010111 | 10 | 101010 | 100101101 | 1001100 | 100001 |
Color Harmonies of #951492
Complementary color
Monochromatic Colors of #951492
Black with #951492
Text Example
Text Example
White with #951492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951492; }
p { color: rgb(149,20,146); }
H1.HeaderClassName
{
color: #951492;
}
.AnyTagClassName
{
color: #951492;
}
</style>
background-color css
<style>
a { background-color: #951492; }
a { background-color: rgb(149,20,146); }
div.DivClassName
{
background-color: #951492;
}
.BgClassName
{
background-color: #951492;
}
</style>
border-color css
<style>
span { border-color: #951492; }
span { border-color: rgb(149,20,146); }
td.TdClassName
{
border-color: #951492;
}
.TagClassName
{
border-color: #951492;
}
</style>