Shades of Dark Magenta #99067F
Tints of Dark Magenta #99067F
RGB
CMYK
RGB Variations
Color information
#99067F (or 0x99067F) is known color: Dark Magenta. HEX triplet: 99, 06 and 7F. RGB value is (153,6,127). Sum of RGB (Red+Green+Blue) = 153+6+127=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99067F is #66F980. Grayscale: #3F3F3F. Windows color (decimal): -6748545 or 8324761. OLE color: 8324761.
HSL color Cylindrical-coordinate representation of color #99067F: hue angle of 310.61º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99067F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.4 |
| HSL | 310.61º | 0.92% | 0.31% | - |
| HSV(B) | 310.61º | 0.96% | 0.6% | - |
| XYZ | 17.03 | 8.43 | 20.81 | - |
| YUV | 63.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 127 | 0 | 0.96 | 0.17 | 0.4 | 310.61 | 0.92 | 0.31 |
| Hex | 99 | 6 | 7F | 0 | 60 | 11 | 28 | 137 | 5C | 1F |
| Octal | 231 | 6 | 177 | 0 | 140 | 21 | 50 | 467 | 134 | 37 |
| Binary | 10011001 | 110 | 1111111 | 0 | 1100000 | 10001 | 101000 | 100110111 | 1011100 | 11111 |
Color Harmonies of #99067F
Complementary color
Monochromatic Colors of #99067F
Black with #99067F
Text Example
Text Example
White with #99067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99067F; }
p { color: rgb(153,6,127); }
H1.HeaderClassName
{
color: #99067F;
}
.AnyTagClassName
{
color: #99067F;
}
</style>
background-color css
<style>
a { background-color: #99067F; }
a { background-color: rgb(153,6,127); }
div.DivClassName
{
background-color: #99067F;
}
.BgClassName
{
background-color: #99067F;
}
</style>
border-color css
<style>
span { border-color: #99067F; }
span { border-color: rgb(153,6,127); }
td.TdClassName
{
border-color: #99067F;
}
.TagClassName
{
border-color: #99067F;
}
</style>