Shades of Dark Purple #991385
Tints of Dark Purple #991385
RGB
CMYK
RGB Variations
Color information
#991385 (or 0x991385) is known color: Dark Purple. HEX triplet: 99, 13 and 85. RGB value is (153,19,133). Sum of RGB (Red+Green+Blue) = 153+19+133=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991385 is #66EC7A. Grayscale: #474747. Windows color (decimal): -6745211 or 8721305. OLE color: 8721305.
HSL color Cylindrical-coordinate representation of color #991385: hue angle of 308.96º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991385 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 133 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.4 |
| HSL | 308.96º | 0.78% | 0.34% | - |
| HSV(B) | 308.96º | 0.88% | 0.6% | - |
| XYZ | 17.6 | 8.93 | 22.99 | - |
| YUV | 72.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 133 | 0 | 0.88 | 0.13 | 0.4 | 308.96 | 0.78 | 0.34 |
| Hex | 99 | 13 | 85 | 0 | 58 | D | 28 | 135 | 4E | 22 |
| Octal | 231 | 23 | 205 | 0 | 130 | 15 | 50 | 465 | 116 | 42 |
| Binary | 10011001 | 10011 | 10000101 | 0 | 1011000 | 1101 | 101000 | 100110101 | 1001110 | 100010 |
Color Harmonies of #991385
Complementary color
Monochromatic Colors of #991385
Black with #991385
Text Example
Text Example
White with #991385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991385; }
p { color: rgb(153,19,133); }
H1.HeaderClassName
{
color: #991385;
}
.AnyTagClassName
{
color: #991385;
}
</style>
background-color css
<style>
a { background-color: #991385; }
a { background-color: rgb(153,19,133); }
div.DivClassName
{
background-color: #991385;
}
.BgClassName
{
background-color: #991385;
}
</style>
border-color css
<style>
span { border-color: #991385; }
span { border-color: rgb(153,19,133); }
td.TdClassName
{
border-color: #991385;
}
.TagClassName
{
border-color: #991385;
}
</style>