Shades of Dark Purple #991974
Tints of Dark Purple #991974
RGB
CMYK
RGB Variations
Color information
#991974 (or 0x991974) is known color: Dark Purple. HEX triplet: 99, 19 and 74. RGB value is (153,25,116). Sum of RGB (Red+Green+Blue) = 153+25+116=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #991974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991974 is #66E68B. Grayscale: #494949. Windows color (decimal): -6743692 or 7608729. OLE color: 7608729.
HSL color Cylindrical-coordinate representation of color #991974: hue angle of 317.34º degrees, saturation: 0.72, 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 #991974 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 116 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.4 |
| HSL | 317.34º | 0.72% | 0.35% | - |
| HSV(B) | 317.34º | 0.84% | 0.6% | - |
| XYZ | 16.64 | 8.73 | 17.33 | - |
| YUV | 73.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 116 | 0 | 0.84 | 0.24 | 0.4 | 317.34 | 0.72 | 0.35 |
| Hex | 99 | 19 | 74 | 0 | 54 | 18 | 28 | 13D | 48 | 23 |
| Octal | 231 | 31 | 164 | 0 | 124 | 30 | 50 | 475 | 110 | 43 |
| Binary | 10011001 | 11001 | 1110100 | 0 | 1010100 | 11000 | 101000 | 100111101 | 1001000 | 100011 |
Color Harmonies of #991974
Complementary color
Monochromatic Colors of #991974
Black with #991974
Text Example
Text Example
White with #991974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991974; }
p { color: rgb(153,25,116); }
H1.HeaderClassName
{
color: #991974;
}
.AnyTagClassName
{
color: #991974;
}
</style>
background-color css
<style>
a { background-color: #991974; }
a { background-color: rgb(153,25,116); }
div.DivClassName
{
background-color: #991974;
}
.BgClassName
{
background-color: #991974;
}
</style>
border-color css
<style>
span { border-color: #991974; }
span { border-color: rgb(153,25,116); }
td.TdClassName
{
border-color: #991974;
}
.TagClassName
{
border-color: #991974;
}
</style>