Shades of Dark Magenta #951084
Tints of Dark Magenta #951084
RGB
CMYK
RGB Variations
Color information
#951084 (or 0x951084) is known color: Dark Magenta. HEX triplet: 95, 10 and 84. RGB value is (149,16,132). Sum of RGB (Red+Green+Blue) = 149+16+132=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #951084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951084 is #6AEF7B. Grayscale: #444444. Windows color (decimal): -7008124 or 8654997. OLE color: 8654997.
HSL color Cylindrical-coordinate representation of color #951084: hue angle of 307.67º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951084 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 132 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.42 |
| HSL | 307.67º | 0.81% | 0.32% | - |
| HSV(B) | 307.67º | 0.89% | 0.58% | - |
| XYZ | 16.74 | 8.43 | 22.57 | - |
| YUV | 68.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 132 | 0 | 0.89 | 0.11 | 0.42 | 307.67 | 0.81 | 0.32 |
| Hex | 95 | 10 | 84 | 0 | 59 | B | 2A | 134 | 51 | 20 |
| Octal | 225 | 20 | 204 | 0 | 131 | 13 | 52 | 464 | 121 | 40 |
| Binary | 10010101 | 10000 | 10000100 | 0 | 1011001 | 1011 | 101010 | 100110100 | 1010001 | 100000 |
Color Harmonies of #951084
Complementary color
Monochromatic Colors of #951084
Black with #951084
Text Example
Text Example
White with #951084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951084; }
p { color: rgb(149,16,132); }
H1.HeaderClassName
{
color: #951084;
}
.AnyTagClassName
{
color: #951084;
}
</style>
background-color css
<style>
a { background-color: #951084; }
a { background-color: rgb(149,16,132); }
div.DivClassName
{
background-color: #951084;
}
.BgClassName
{
background-color: #951084;
}
</style>
border-color css
<style>
span { border-color: #951084; }
span { border-color: rgb(149,16,132); }
td.TdClassName
{
border-color: #951084;
}
.TagClassName
{
border-color: #951084;
}
</style>