Shades of Dark Magenta #990698
Tints of Dark Magenta #990698
RGB
CMYK
RGB Variations
Color information
#990698 (or 0x990698) is known color: Dark Magenta. HEX triplet: 99, 06 and 98. RGB value is (153,6,152). Sum of RGB (Red+Green+Blue) = 153+6+152=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #990698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990698 is #66F967. Grayscale: #424242. Windows color (decimal): -6748520 or 9963161. OLE color: 9963161.
HSL color Cylindrical-coordinate representation of color #990698: hue angle of 300.41º 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 #990698 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 152 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.4 |
| HSL | 300.41º | 0.92% | 0.31% | - |
| HSV(B) | 300.41º | 0.96% | 0.6% | - |
| XYZ | 18.87 | 9.17 | 30.48 | - |
| YUV | 66.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 152 | 0 | 0.96 | 0.01 | 0.4 | 300.41 | 0.92 | 0.31 |
| Hex | 99 | 6 | 98 | 0 | 60 | 1 | 28 | 12C | 5C | 1F |
| Octal | 231 | 6 | 230 | 0 | 140 | 1 | 50 | 454 | 134 | 37 |
| Binary | 10011001 | 110 | 10011000 | 0 | 1100000 | 1 | 101000 | 100101100 | 1011100 | 11111 |
Color Harmonies of #990698
Complementary color
Monochromatic Colors of #990698
Black with #990698
Text Example
Text Example
White with #990698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990698; }
p { color: rgb(153,6,152); }
H1.HeaderClassName
{
color: #990698;
}
.AnyTagClassName
{
color: #990698;
}
</style>
background-color css
<style>
a { background-color: #990698; }
a { background-color: rgb(153,6,152); }
div.DivClassName
{
background-color: #990698;
}
.BgClassName
{
background-color: #990698;
}
</style>
border-color css
<style>
span { border-color: #990698; }
span { border-color: rgb(153,6,152); }
td.TdClassName
{
border-color: #990698;
}
.TagClassName
{
border-color: #990698;
}
</style>