Shades of Dark Magenta #99019C
Tints of Dark Magenta #99019C
RGB
CMYK
RGB Variations
Color information
#99019C (or 0x99019C) is known color: Dark Magenta. HEX triplet: 99, 01 and 9C. RGB value is (153,1,156). Sum of RGB (Red+Green+Blue) = 153+1+156=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #99019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99019C is #66FE63. Grayscale: #3F3F3F. Windows color (decimal): -6749796 or 10224025. OLE color: 10224025.
HSL color Cylindrical-coordinate representation of color #99019C: hue angle of 298.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99019C is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 1 | 156 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.39 |
| HSL | 298.84º | 0.99% | 0.31% | - |
| HSV(B) | 298.84º | 0.99% | 0.61% | - |
| XYZ | 19.15 | 9.19 | 32.22 | - |
| YUV | 64.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 156 | 0.02 | 0.99 | 0 | 0.39 | 298.84 | 0.99 | 0.31 |
| Hex | 99 | 1 | 9C | 2 | 63 | 0 | 27 | 12B | 63 | 1F |
| Octal | 231 | 1 | 234 | 2 | 143 | 0 | 47 | 453 | 143 | 37 |
| Binary | 10011001 | 1 | 10011100 | 10 | 1100011 | 0 | 100111 | 100101011 | 1100011 | 11111 |
Color Harmonies of #99019C
Complementary color
Monochromatic Colors of #99019C
Black with #99019C
Text Example
Text Example
White with #99019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99019C; }
p { color: rgb(153,1,156); }
H1.HeaderClassName
{
color: #99019C;
}
.AnyTagClassName
{
color: #99019C;
}
</style>
background-color css
<style>
a { background-color: #99019C; }
a { background-color: rgb(153,1,156); }
div.DivClassName
{
background-color: #99019C;
}
.BgClassName
{
background-color: #99019C;
}
</style>
border-color css
<style>
span { border-color: #99019C; }
span { border-color: rgb(153,1,156); }
td.TdClassName
{
border-color: #99019C;
}
.TagClassName
{
border-color: #99019C;
}
</style>