Shades of Dark Magenta #951198
Tints of Dark Magenta #951198
RGB
CMYK
RGB Variations
Color information
#951198 (or 0x951198) is known color: Dark Magenta. HEX triplet: 95, 11 and 98. RGB value is (149,17,152). Sum of RGB (Red+Green+Blue) = 149+17+152=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #951198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951198 is #6AEE67. Grayscale: #474747. Windows color (decimal): -7007848 or 9965973. OLE color: 9965973.
HSL color Cylindrical-coordinate representation of color #951198: hue angle of 298.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951198 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 17 | 152 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.40 |
| HSL | 298.67º | 0.8% | 0.33% | - |
| HSV(B) | 298.67º | 0.89% | 0.6% | - |
| XYZ | 18.26 | 9.06 | 30.49 | - |
| YUV | 71.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 152 | 0.02 | 0.89 | 0 | 0.40 | 298.67 | 0.8 | 0.33 |
| Hex | 95 | 11 | 98 | 2 | 59 | 0 | 28 | 12B | 50 | 21 |
| Octal | 225 | 21 | 230 | 2 | 131 | 0 | 50 | 453 | 120 | 41 |
| Binary | 10010101 | 10001 | 10011000 | 10 | 1011001 | 0 | 101000 | 100101011 | 1010000 | 100001 |
Color Harmonies of #951198
Complementary color
Monochromatic Colors of #951198
Black with #951198
Text Example
Text Example
White with #951198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951198; }
p { color: rgb(149,17,152); }
H1.HeaderClassName
{
color: #951198;
}
.AnyTagClassName
{
color: #951198;
}
</style>
background-color css
<style>
a { background-color: #951198; }
a { background-color: rgb(149,17,152); }
div.DivClassName
{
background-color: #951198;
}
.BgClassName
{
background-color: #951198;
}
</style>
border-color css
<style>
span { border-color: #951198; }
span { border-color: rgb(149,17,152); }
td.TdClassName
{
border-color: #951198;
}
.TagClassName
{
border-color: #951198;
}
</style>