Shades of Dark Magenta #990095
Tints of Dark Magenta #990095
RGB
CMYK
RGB Variations
Color information
#990095 (or 0x990095) is known color: Dark Magenta. HEX triplet: 99, 00 and 95. RGB value is (153,0,149). Sum of RGB (Red+Green+Blue) = 153+0+149=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #990095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990095 is #66FF6A. Grayscale: #3E3E3E. Windows color (decimal): -6750059 or 9765017. OLE color: 9765017.
HSL color Cylindrical-coordinate representation of color #990095: hue angle of 301.57º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990095 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.03 | 0.4 |
| HSL | 301.57º | 1% | 0.3% | - |
| HSV(B) | 301.57º | 1% | 0.6% | - |
| XYZ | 18.56 | 8.94 | 29.18 | - |
| YUV | 62.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 149 | 0 | 1 | 0.03 | 0.4 | 301.57 | 1 | 0.3 |
| Hex | 99 | 0 | 95 | 0 | 64 | 3 | 28 | 12E | 64 | 1E |
| Octal | 231 | 0 | 225 | 0 | 144 | 3 | 50 | 456 | 144 | 36 |
| Binary | 10011001 | 0 | 10010101 | 0 | 1100100 | 11 | 101000 | 100101110 | 1100100 | 11110 |
Color Harmonies of #990095
Complementary color
Monochromatic Colors of #990095
Black with #990095
Text Example
Text Example
White with #990095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990095; }
p { color: rgb(153,0,149); }
H1.HeaderClassName
{
color: #990095;
}
.AnyTagClassName
{
color: #990095;
}
</style>
background-color css
<style>
a { background-color: #990095; }
a { background-color: rgb(153,0,149); }
div.DivClassName
{
background-color: #990095;
}
.BgClassName
{
background-color: #990095;
}
</style>
border-color css
<style>
span { border-color: #990095; }
span { border-color: rgb(153,0,149); }
td.TdClassName
{
border-color: #990095;
}
.TagClassName
{
border-color: #990095;
}
</style>