Shades of Dark Magenta #99039A
Tints of Dark Magenta #99039A
RGB
CMYK
RGB Variations
Color information
#99039A (or 0x99039A) is known color: Dark Magenta. HEX triplet: 99, 03 and 9A. RGB value is (153,3,154). Sum of RGB (Red+Green+Blue) = 153+3+154=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #99039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99039A is #66FC65. Grayscale: #404040. Windows color (decimal): -6749286 or 10093465. OLE color: 10093465.
HSL color Cylindrical-coordinate representation of color #99039A: hue angle of 299.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99039A is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 3 | 154 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.40 |
| HSL | 299.6º | 0.96% | 0.31% | - |
| HSV(B) | 299.6º | 0.98% | 0.6% | - |
| XYZ | 19 | 9.17 | 31.34 | - |
| YUV | 65.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 154 | 0.01 | 0.98 | 0 | 0.40 | 299.6 | 0.96 | 0.31 |
| Hex | 99 | 3 | 9A | 1 | 62 | 0 | 28 | 12C | 60 | 1F |
| Octal | 231 | 3 | 232 | 1 | 142 | 0 | 50 | 454 | 140 | 37 |
| Binary | 10011001 | 11 | 10011010 | 1 | 1100010 | 0 | 101000 | 100101100 | 1100000 | 11111 |
Color Harmonies of #99039A
Complementary color
Monochromatic Colors of #99039A
Black with #99039A
Text Example
Text Example
White with #99039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99039A; }
p { color: rgb(153,3,154); }
H1.HeaderClassName
{
color: #99039A;
}
.AnyTagClassName
{
color: #99039A;
}
</style>
background-color css
<style>
a { background-color: #99039A; }
a { background-color: rgb(153,3,154); }
div.DivClassName
{
background-color: #99039A;
}
.BgClassName
{
background-color: #99039A;
}
</style>
border-color css
<style>
span { border-color: #99039A; }
span { border-color: rgb(153,3,154); }
td.TdClassName
{
border-color: #99039A;
}
.TagClassName
{
border-color: #99039A;
}
</style>