Shades of Dark Magenta #990685
Tints of Dark Magenta #990685
RGB
CMYK
RGB Variations
Color information
#990685 (or 0x990685) is known color: Dark Magenta. HEX triplet: 99, 06 and 85. RGB value is (153,6,133). Sum of RGB (Red+Green+Blue) = 153+6+133=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990685 is #66F97A. Grayscale: #404040. Windows color (decimal): -6748539 or 8717977. OLE color: 8717977.
HSL color Cylindrical-coordinate representation of color #990685: hue angle of 308.16º 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 #990685 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.4 |
| HSL | 308.16º | 0.92% | 0.31% | - |
| HSV(B) | 308.16º | 0.96% | 0.6% | - |
| XYZ | 17.44 | 8.6 | 22.93 | - |
| YUV | 64.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 133 | 0 | 0.96 | 0.13 | 0.4 | 308.16 | 0.92 | 0.31 |
| Hex | 99 | 6 | 85 | 0 | 60 | D | 28 | 134 | 5C | 1F |
| Octal | 231 | 6 | 205 | 0 | 140 | 15 | 50 | 464 | 134 | 37 |
| Binary | 10011001 | 110 | 10000101 | 0 | 1100000 | 1101 | 101000 | 100110100 | 1011100 | 11111 |
Color Harmonies of #990685
Complementary color
Monochromatic Colors of #990685
Black with #990685
Text Example
Text Example
White with #990685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990685; }
p { color: rgb(153,6,133); }
H1.HeaderClassName
{
color: #990685;
}
.AnyTagClassName
{
color: #990685;
}
</style>
background-color css
<style>
a { background-color: #990685; }
a { background-color: rgb(153,6,133); }
div.DivClassName
{
background-color: #990685;
}
.BgClassName
{
background-color: #990685;
}
</style>
border-color css
<style>
span { border-color: #990685; }
span { border-color: rgb(153,6,133); }
td.TdClassName
{
border-color: #990685;
}
.TagClassName
{
border-color: #990685;
}
</style>