Shades of Dark Magenta #99008F
Tints of Dark Magenta #99008F
RGB
CMYK
RGB Variations
Color information
#99008F (or 0x99008F) is known color: Dark Magenta. HEX triplet: 99, 00 and 8F. RGB value is (153,0,143). Sum of RGB (Red+Green+Blue) = 153+0+143=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99008F is #66FF70. Grayscale: #3D3D3D. Windows color (decimal): -6750065 or 9371801. OLE color: 9371801.
HSL color Cylindrical-coordinate representation of color #99008F: hue angle of 303.92º 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 #99008F is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.07 | 0.4 |
| HSL | 303.92º | 1% | 0.3% | - |
| HSV(B) | 303.92º | 1% | 0.6% | - |
| XYZ | 18.09 | 8.76 | 26.72 | - |
| YUV | 62.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 143 | 0 | 1 | 0.07 | 0.4 | 303.92 | 1 | 0.3 |
| Hex | 99 | 0 | 8F | 0 | 64 | 7 | 28 | 130 | 64 | 1E |
| Octal | 231 | 0 | 217 | 0 | 144 | 7 | 50 | 460 | 144 | 36 |
| Binary | 10011001 | 0 | 10001111 | 0 | 1100100 | 111 | 101000 | 100110000 | 1100100 | 11110 |
Color Harmonies of #99008F
Complementary color
Monochromatic Colors of #99008F
Black with #99008F
Text Example
Text Example
White with #99008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99008F; }
p { color: rgb(153,0,143); }
H1.HeaderClassName
{
color: #99008F;
}
.AnyTagClassName
{
color: #99008F;
}
</style>
background-color css
<style>
a { background-color: #99008F; }
a { background-color: rgb(153,0,143); }
div.DivClassName
{
background-color: #99008F;
}
.BgClassName
{
background-color: #99008F;
}
</style>
border-color css
<style>
span { border-color: #99008F; }
span { border-color: rgb(153,0,143); }
td.TdClassName
{
border-color: #99008F;
}
.TagClassName
{
border-color: #99008F;
}
</style>