Shades of Dark Purple #993987
Tints of Dark Purple #993987
RGB
CMYK
RGB Variations
Color information
#993987 (or 0x993987) is known color: Dark Purple. HEX triplet: 99, 39 and 87. RGB value is (153,57,135). Sum of RGB (Red+Green+Blue) = 153+57+135=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #993987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993987 is #66C678. Grayscale: #5E5E5E. Windows color (decimal): -6735481 or 8862105. OLE color: 8862105.
HSL color Cylindrical-coordinate representation of color #993987: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993987 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 135 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.4 |
| HSL | 311.25º | 0.46% | 0.41% | - |
| HSV(B) | 311.25º | 0.63% | 0.6% | - |
| XYZ | 18.97 | 11.45 | 24.13 | - |
| YUV | 94.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 135 | 0 | 0.63 | 0.12 | 0.4 | 311.25 | 0.46 | 0.41 |
| Hex | 99 | 39 | 87 | 0 | 3F | C | 28 | 137 | 2E | 29 |
| Octal | 231 | 71 | 207 | 0 | 77 | 14 | 50 | 467 | 56 | 51 |
| Binary | 10011001 | 111001 | 10000111 | 0 | 111111 | 1100 | 101000 | 100110111 | 101110 | 101001 |
Color Harmonies of #993987
Complementary color
Monochromatic Colors of #993987
Black with #993987
Text Example
Text Example
White with #993987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993987; }
p { color: rgb(153,57,135); }
H1.HeaderClassName
{
color: #993987;
}
.AnyTagClassName
{
color: #993987;
}
</style>
background-color css
<style>
a { background-color: #993987; }
a { background-color: rgb(153,57,135); }
div.DivClassName
{
background-color: #993987;
}
.BgClassName
{
background-color: #993987;
}
</style>
border-color css
<style>
span { border-color: #993987; }
span { border-color: rgb(153,57,135); }
td.TdClassName
{
border-color: #993987;
}
.TagClassName
{
border-color: #993987;
}
</style>