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