Shades of Dark Magenta #951098
Tints of Dark Magenta #951098
RGB
CMYK
RGB Variations
Color information
#951098 (or 0x951098) is known color: Dark Magenta. HEX triplet: 95, 10 and 98. RGB value is (149,16,152). Sum of RGB (Red+Green+Blue) = 149+16+152=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #951098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951098 is #6AEF67. Grayscale: #464646. Windows color (decimal): -7008104 or 9965717. OLE color: 9965717.
HSL color Cylindrical-coordinate representation of color #951098: hue angle of 298.68º degrees, saturation: 0.81, 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 #951098 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 16 | 152 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.40 |
| HSL | 298.68º | 0.81% | 0.33% | - |
| HSV(B) | 298.68º | 0.89% | 0.6% | - |
| XYZ | 18.25 | 9.03 | 30.49 | - |
| YUV | 71.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 152 | 0.02 | 0.89 | 0 | 0.40 | 298.68 | 0.81 | 0.33 |
| Hex | 95 | 10 | 98 | 2 | 59 | 0 | 28 | 12B | 51 | 21 |
| Octal | 225 | 20 | 230 | 2 | 131 | 0 | 50 | 453 | 121 | 41 |
| Binary | 10010101 | 10000 | 10011000 | 10 | 1011001 | 0 | 101000 | 100101011 | 1010001 | 100001 |
Color Harmonies of #951098
Complementary color
Monochromatic Colors of #951098
Black with #951098
Text Example
Text Example
White with #951098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951098; }
p { color: rgb(149,16,152); }
H1.HeaderClassName
{
color: #951098;
}
.AnyTagClassName
{
color: #951098;
}
</style>
background-color css
<style>
a { background-color: #951098; }
a { background-color: rgb(149,16,152); }
div.DivClassName
{
background-color: #951098;
}
.BgClassName
{
background-color: #951098;
}
</style>
border-color css
<style>
span { border-color: #951098; }
span { border-color: rgb(149,16,152); }
td.TdClassName
{
border-color: #951098;
}
.TagClassName
{
border-color: #951098;
}
</style>