Shades of Dark Magenta #951C9F
Tints of Dark Magenta #951C9F
RGB
CMYK
RGB Variations
Color information
#951C9F (or 0x951C9F) is known color: Dark Magenta. HEX triplet: 95, 1C and 9F. RGB value is (149,28,159). Sum of RGB (Red+Green+Blue) = 149+28+159=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #951C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C9F is #6AE360. Grayscale: #4E4E4E. Windows color (decimal): -7005025 or 10427541. OLE color: 10427541.
HSL color Cylindrical-coordinate representation of color #951C9F: hue angle of 295.42º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951C9F is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 28 | 159 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.38 |
| HSL | 295.42º | 0.7% | 0.37% | - |
| HSV(B) | 295.42º | 0.82% | 0.62% | - |
| XYZ | 19.07 | 9.72 | 33.67 | - |
| YUV | 79.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 159 | 0.06 | 0.82 | 0 | 0.38 | 295.42 | 0.7 | 0.37 |
| Hex | 95 | 1C | 9F | 6 | 52 | 0 | 26 | 127 | 46 | 25 |
| Octal | 225 | 34 | 237 | 6 | 122 | 0 | 46 | 447 | 106 | 45 |
| Binary | 10010101 | 11100 | 10011111 | 110 | 1010010 | 0 | 100110 | 100100111 | 1000110 | 100101 |
Color Harmonies of #951C9F
Complementary color
Monochromatic Colors of #951C9F
Black with #951C9F
Text Example
Text Example
White with #951C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C9F; }
p { color: rgb(149,28,159); }
H1.HeaderClassName
{
color: #951C9F;
}
.AnyTagClassName
{
color: #951C9F;
}
</style>
background-color css
<style>
a { background-color: #951C9F; }
a { background-color: rgb(149,28,159); }
div.DivClassName
{
background-color: #951C9F;
}
.BgClassName
{
background-color: #951C9F;
}
</style>
border-color css
<style>
span { border-color: #951C9F; }
span { border-color: rgb(149,28,159); }
td.TdClassName
{
border-color: #951C9F;
}
.TagClassName
{
border-color: #951C9F;
}
</style>