Shades of Dark Magenta #99018E
Tints of Dark Magenta #99018E
RGB
CMYK
RGB Variations
Color information
#99018E (or 0x99018E) is known color: Dark Magenta. HEX triplet: 99, 01 and 8E. RGB value is (153,1,142). Sum of RGB (Red+Green+Blue) = 153+1+142=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99018E is #66FE71. Grayscale: #3E3E3E. Windows color (decimal): -6749810 or 9306521. OLE color: 9306521.
HSL color Cylindrical-coordinate representation of color #99018E: hue angle of 304.34º degrees, saturation: 0.99, 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 #99018E is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.4 |
| HSL | 304.34º | 0.99% | 0.3% | - |
| HSV(B) | 304.34º | 0.99% | 0.6% | - |
| XYZ | 18.03 | 8.75 | 26.33 | - |
| YUV | 62.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 142 | 0 | 0.99 | 0.07 | 0.4 | 304.34 | 0.99 | 0.3 |
| Hex | 99 | 1 | 8E | 0 | 63 | 7 | 28 | 130 | 63 | 1E |
| Octal | 231 | 1 | 216 | 0 | 143 | 7 | 50 | 460 | 143 | 36 |
| Binary | 10011001 | 1 | 10001110 | 0 | 1100011 | 111 | 101000 | 100110000 | 1100011 | 11110 |
Color Harmonies of #99018E
Complementary color
Monochromatic Colors of #99018E
Black with #99018E
Text Example
Text Example
White with #99018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99018E; }
p { color: rgb(153,1,142); }
H1.HeaderClassName
{
color: #99018E;
}
.AnyTagClassName
{
color: #99018E;
}
</style>
background-color css
<style>
a { background-color: #99018E; }
a { background-color: rgb(153,1,142); }
div.DivClassName
{
background-color: #99018E;
}
.BgClassName
{
background-color: #99018E;
}
</style>
border-color css
<style>
span { border-color: #99018E; }
span { border-color: rgb(153,1,142); }
td.TdClassName
{
border-color: #99018E;
}
.TagClassName
{
border-color: #99018E;
}
</style>