Shades of Dark Magenta #950298
Tints of Dark Magenta #950298
RGB
CMYK
RGB Variations
Color information
#950298 (or 0x950298) is known color: Dark Magenta. HEX triplet: 95, 02 and 98. RGB value is (149,2,152). Sum of RGB (Red+Green+Blue) = 149+2+152=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #950298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950298 is #6AFD67. Grayscale: #3E3E3E. Windows color (decimal): -7011688 or 9962133. OLE color: 9962133.
HSL color Cylindrical-coordinate representation of color #950298: hue angle of 298.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950298 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 2 | 152 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.40 |
| HSL | 298.8º | 0.97% | 0.3% | - |
| HSV(B) | 298.8º | 0.99% | 0.6% | - |
| XYZ | 18.08 | 8.7 | 30.43 | - |
| YUV | 63.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 152 | 0.02 | 0.99 | 0 | 0.40 | 298.8 | 0.97 | 0.3 |
| Hex | 95 | 2 | 98 | 2 | 63 | 0 | 28 | 12B | 61 | 1E |
| Octal | 225 | 2 | 230 | 2 | 143 | 0 | 50 | 453 | 141 | 36 |
| Binary | 10010101 | 10 | 10011000 | 10 | 1100011 | 0 | 101000 | 100101011 | 1100001 | 11110 |
Color Harmonies of #950298
Complementary color
Monochromatic Colors of #950298
Black with #950298
Text Example
Text Example
White with #950298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950298; }
p { color: rgb(149,2,152); }
H1.HeaderClassName
{
color: #950298;
}
.AnyTagClassName
{
color: #950298;
}
</style>
background-color css
<style>
a { background-color: #950298; }
a { background-color: rgb(149,2,152); }
div.DivClassName
{
background-color: #950298;
}
.BgClassName
{
background-color: #950298;
}
</style>
border-color css
<style>
span { border-color: #950298; }
span { border-color: rgb(149,2,152); }
td.TdClassName
{
border-color: #950298;
}
.TagClassName
{
border-color: #950298;
}
</style>