Shades of Dark Purple #993487
Tints of Dark Purple #993487
RGB
CMYK
RGB Variations
Color information
#993487 (or 0x993487) is known color: Dark Purple. HEX triplet: 99, 34 and 87. RGB value is (153,52,135). Sum of RGB (Red+Green+Blue) = 153+52+135=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #993487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993487 is #66CB78. Grayscale: #5B5B5B. Windows color (decimal): -6736761 or 8860825. OLE color: 8860825.
HSL color Cylindrical-coordinate representation of color #993487: hue angle of 310.69º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993487 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 135 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.4 |
| HSL | 310.69º | 0.49% | 0.4% | - |
| HSV(B) | 310.69º | 0.66% | 0.6% | - |
| XYZ | 18.74 | 10.98 | 24.05 | - |
| YUV | 91.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 135 | 0 | 0.66 | 0.12 | 0.4 | 310.69 | 0.49 | 0.4 |
| Hex | 99 | 34 | 87 | 0 | 42 | C | 28 | 137 | 31 | 28 |
| Octal | 231 | 64 | 207 | 0 | 102 | 14 | 50 | 467 | 61 | 50 |
| Binary | 10011001 | 110100 | 10000111 | 0 | 1000010 | 1100 | 101000 | 100110111 | 110001 | 101000 |
Color Harmonies of #993487
Complementary color
Monochromatic Colors of #993487
Black with #993487
Text Example
Text Example
White with #993487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993487; }
p { color: rgb(153,52,135); }
H1.HeaderClassName
{
color: #993487;
}
.AnyTagClassName
{
color: #993487;
}
</style>
background-color css
<style>
a { background-color: #993487; }
a { background-color: rgb(153,52,135); }
div.DivClassName
{
background-color: #993487;
}
.BgClassName
{
background-color: #993487;
}
</style>
border-color css
<style>
span { border-color: #993487; }
span { border-color: rgb(153,52,135); }
td.TdClassName
{
border-color: #993487;
}
.TagClassName
{
border-color: #993487;
}
</style>