Shades of Dark Purple #991785
Tints of Dark Purple #991785
RGB
CMYK
RGB Variations
Color information
#991785 (or 0x991785) is known color: Dark Purple. HEX triplet: 99, 17 and 85. RGB value is (153,23,133). Sum of RGB (Red+Green+Blue) = 153+23+133=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #991785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991785 is #66E87A. Grayscale: #4A4A4A. Windows color (decimal): -6744187 or 8722329. OLE color: 8722329.
HSL color Cylindrical-coordinate representation of color #991785: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991785 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 133 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.4 |
| HSL | 309.23º | 0.74% | 0.35% | - |
| HSV(B) | 309.23º | 0.85% | 0.6% | - |
| XYZ | 17.68 | 9.08 | 23.01 | - |
| YUV | 74.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 133 | 0 | 0.85 | 0.13 | 0.4 | 309.23 | 0.74 | 0.35 |
| Hex | 99 | 17 | 85 | 0 | 55 | D | 28 | 135 | 4A | 23 |
| Octal | 231 | 27 | 205 | 0 | 125 | 15 | 50 | 465 | 112 | 43 |
| Binary | 10011001 | 10111 | 10000101 | 0 | 1010101 | 1101 | 101000 | 100110101 | 1001010 | 100011 |
Color Harmonies of #991785
Complementary color
Monochromatic Colors of #991785
Black with #991785
Text Example
Text Example
White with #991785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991785; }
p { color: rgb(153,23,133); }
H1.HeaderClassName
{
color: #991785;
}
.AnyTagClassName
{
color: #991785;
}
</style>
background-color css
<style>
a { background-color: #991785; }
a { background-color: rgb(153,23,133); }
div.DivClassName
{
background-color: #991785;
}
.BgClassName
{
background-color: #991785;
}
</style>
border-color css
<style>
span { border-color: #991785; }
span { border-color: rgb(153,23,133); }
td.TdClassName
{
border-color: #991785;
}
.TagClassName
{
border-color: #991785;
}
</style>