Shades of Dark Magenta #99007E
Tints of Dark Magenta #99007E
RGB
CMYK
RGB Variations
Color information
#99007E (or 0x99007E) is known color: Dark Magenta. HEX triplet: 99, 00 and 7E. RGB value is (153,0,126). Sum of RGB (Red+Green+Blue) = 153+0+126=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007E is #66FF81. Grayscale: #3B3B3B. Windows color (decimal): -6750082 or 8257689. OLE color: 8257689.
HSL color Cylindrical-coordinate representation of color #99007E: hue angle of 310.59º 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 #99007E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.18 | 0.4 |
| HSL | 310.59º | 1% | 0.3% | - |
| HSV(B) | 310.59º | 1% | 0.6% | - |
| XYZ | 16.9 | 8.28 | 20.45 | - |
| YUV | 60.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 126 | 0 | 1 | 0.18 | 0.4 | 310.59 | 1 | 0.3 |
| Hex | 99 | 0 | 7E | 0 | 64 | 12 | 28 | 137 | 64 | 1E |
| Octal | 231 | 0 | 176 | 0 | 144 | 22 | 50 | 467 | 144 | 36 |
| Binary | 10011001 | 0 | 1111110 | 0 | 1100100 | 10010 | 101000 | 100110111 | 1100100 | 11110 |
Color Harmonies of #99007E
Complementary color
Monochromatic Colors of #99007E
Black with #99007E
Text Example
Text Example
White with #99007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99007E; }
p { color: rgb(153,0,126); }
H1.HeaderClassName
{
color: #99007E;
}
.AnyTagClassName
{
color: #99007E;
}
</style>
background-color css
<style>
a { background-color: #99007E; }
a { background-color: rgb(153,0,126); }
div.DivClassName
{
background-color: #99007E;
}
.BgClassName
{
background-color: #99007E;
}
</style>
border-color css
<style>
span { border-color: #99007E; }
span { border-color: rgb(153,0,126); }
td.TdClassName
{
border-color: #99007E;
}
.TagClassName
{
border-color: #99007E;
}
</style>