Shades of Dark Purple #991D7D
Tints of Dark Purple #991D7D
RGB
CMYK
RGB Variations
Color information
#991D7D (or 0x991D7D) is known color: Dark Purple. HEX triplet: 99, 1D and 7D. RGB value is (153,29,125). Sum of RGB (Red+Green+Blue) = 153+29+125=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D7D is #66E282. Grayscale: #4C4C4C. Windows color (decimal): -6742659 or 8199577. OLE color: 8199577.
HSL color Cylindrical-coordinate representation of color #991D7D: hue angle of 313.55º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D7D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 125 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.4 |
| HSL | 313.55º | 0.68% | 0.36% | - |
| HSV(B) | 313.55º | 0.81% | 0.6% | - |
| XYZ | 17.28 | 9.13 | 20.25 | - |
| YUV | 77.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 125 | 0 | 0.81 | 0.18 | 0.4 | 313.55 | 0.68 | 0.36 |
| Hex | 99 | 1D | 7D | 0 | 51 | 12 | 28 | 13A | 44 | 24 |
| Octal | 231 | 35 | 175 | 0 | 121 | 22 | 50 | 472 | 104 | 44 |
| Binary | 10011001 | 11101 | 1111101 | 0 | 1010001 | 10010 | 101000 | 100111010 | 1000100 | 100100 |
Color Harmonies of #991D7D
Complementary color
Monochromatic Colors of #991D7D
Black with #991D7D
Text Example
Text Example
White with #991D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D7D; }
p { color: rgb(153,29,125); }
H1.HeaderClassName
{
color: #991D7D;
}
.AnyTagClassName
{
color: #991D7D;
}
</style>
background-color css
<style>
a { background-color: #991D7D; }
a { background-color: rgb(153,29,125); }
div.DivClassName
{
background-color: #991D7D;
}
.BgClassName
{
background-color: #991D7D;
}
</style>
border-color css
<style>
span { border-color: #991D7D; }
span { border-color: rgb(153,29,125); }
td.TdClassName
{
border-color: #991D7D;
}
.TagClassName
{
border-color: #991D7D;
}
</style>