Shades of Dark Purple #991873
Tints of Dark Purple #991873
RGB
CMYK
RGB Variations
Color information
#991873 (or 0x991873) is known color: Dark Purple. HEX triplet: 99, 18 and 73. RGB value is (153,24,115). Sum of RGB (Red+Green+Blue) = 153+24+115=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #991873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991873 is #66E78C. Grayscale: #484848. Windows color (decimal): -6743949 or 7542937. OLE color: 7542937.
HSL color Cylindrical-coordinate representation of color #991873: hue angle of 317.67º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991873 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 115 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.4 |
| HSL | 317.67º | 0.73% | 0.35% | - |
| HSV(B) | 317.67º | 0.84% | 0.6% | - |
| XYZ | 16.56 | 8.66 | 17.02 | - |
| YUV | 72.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 115 | 0 | 0.84 | 0.25 | 0.4 | 317.67 | 0.73 | 0.35 |
| Hex | 99 | 18 | 73 | 0 | 54 | 19 | 28 | 13E | 49 | 23 |
| Octal | 231 | 30 | 163 | 0 | 124 | 31 | 50 | 476 | 111 | 43 |
| Binary | 10011001 | 11000 | 1110011 | 0 | 1010100 | 11001 | 101000 | 100111110 | 1001001 | 100011 |
Color Harmonies of #991873
Complementary color
Monochromatic Colors of #991873
Black with #991873
Text Example
Text Example
White with #991873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991873; }
p { color: rgb(153,24,115); }
H1.HeaderClassName
{
color: #991873;
}
.AnyTagClassName
{
color: #991873;
}
</style>
background-color css
<style>
a { background-color: #991873; }
a { background-color: rgb(153,24,115); }
div.DivClassName
{
background-color: #991873;
}
.BgClassName
{
background-color: #991873;
}
</style>
border-color css
<style>
span { border-color: #991873; }
span { border-color: rgb(153,24,115); }
td.TdClassName
{
border-color: #991873;
}
.TagClassName
{
border-color: #991873;
}
</style>