Shades of Dark Purple #991673
Tints of Dark Purple #991673
RGB
CMYK
RGB Variations
Color information
#991673 (or 0x991673) is known color: Dark Purple. HEX triplet: 99, 16 and 73. RGB value is (153,22,115). Sum of RGB (Red+Green+Blue) = 153+22+115=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991673 is #66E98C. Grayscale: #474747. Windows color (decimal): -6744461 or 7542425. OLE color: 7542425.
HSL color Cylindrical-coordinate representation of color #991673: hue angle of 317.4º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991673 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 115 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.4 |
| HSL | 317.4º | 0.75% | 0.34% | - |
| HSV(B) | 317.4º | 0.86% | 0.6% | - |
| XYZ | 16.52 | 8.58 | 17.01 | - |
| YUV | 71.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 115 | 0 | 0.86 | 0.25 | 0.4 | 317.4 | 0.75 | 0.34 |
| Hex | 99 | 16 | 73 | 0 | 56 | 19 | 28 | 13D | 4B | 22 |
| Octal | 231 | 26 | 163 | 0 | 126 | 31 | 50 | 475 | 113 | 42 |
| Binary | 10011001 | 10110 | 1110011 | 0 | 1010110 | 11001 | 101000 | 100111101 | 1001011 | 100010 |
Color Harmonies of #991673
Complementary color
Monochromatic Colors of #991673
Black with #991673
Text Example
Text Example
White with #991673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991673; }
p { color: rgb(153,22,115); }
H1.HeaderClassName
{
color: #991673;
}
.AnyTagClassName
{
color: #991673;
}
</style>
background-color css
<style>
a { background-color: #991673; }
a { background-color: rgb(153,22,115); }
div.DivClassName
{
background-color: #991673;
}
.BgClassName
{
background-color: #991673;
}
</style>
border-color css
<style>
span { border-color: #991673; }
span { border-color: rgb(153,22,115); }
td.TdClassName
{
border-color: #991673;
}
.TagClassName
{
border-color: #991673;
}
</style>