Shades of Dark Purple #993686
Tints of Dark Purple #993686
RGB
CMYK
RGB Variations
Color information
#993686 (or 0x993686) is known color: Dark Purple. HEX triplet: 99, 36 and 86. RGB value is (153,54,134). Sum of RGB (Red+Green+Blue) = 153+54+134=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #993686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993686 is #66C979. Grayscale: #5C5C5C. Windows color (decimal): -6736250 or 8795801. OLE color: 8795801.
HSL color Cylindrical-coordinate representation of color #993686: hue angle of 311.52º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993686 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 134 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.4 |
| HSL | 311.52º | 0.48% | 0.41% | - |
| HSV(B) | 311.52º | 0.65% | 0.6% | - |
| XYZ | 18.76 | 11.13 | 23.71 | - |
| YUV | 92.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 134 | 0 | 0.65 | 0.12 | 0.4 | 311.52 | 0.48 | 0.41 |
| Hex | 99 | 36 | 86 | 0 | 41 | C | 28 | 138 | 30 | 29 |
| Octal | 231 | 66 | 206 | 0 | 101 | 14 | 50 | 470 | 60 | 51 |
| Binary | 10011001 | 110110 | 10000110 | 0 | 1000001 | 1100 | 101000 | 100111000 | 110000 | 101001 |
Color Harmonies of #993686
Complementary color
Monochromatic Colors of #993686
Black with #993686
Text Example
Text Example
White with #993686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993686; }
p { color: rgb(153,54,134); }
H1.HeaderClassName
{
color: #993686;
}
.AnyTagClassName
{
color: #993686;
}
</style>
background-color css
<style>
a { background-color: #993686; }
a { background-color: rgb(153,54,134); }
div.DivClassName
{
background-color: #993686;
}
.BgClassName
{
background-color: #993686;
}
</style>
border-color css
<style>
span { border-color: #993686; }
span { border-color: rgb(153,54,134); }
td.TdClassName
{
border-color: #993686;
}
.TagClassName
{
border-color: #993686;
}
</style>