Shades of Dark Purple #993684
Tints of Dark Purple #993684
RGB
CMYK
RGB Variations
Color information
#993684 (or 0x993684) is known color: Dark Purple. HEX triplet: 99, 36 and 84. RGB value is (153,54,132). Sum of RGB (Red+Green+Blue) = 153+54+132=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993684 is #66C97B. Grayscale: #5C5C5C. Windows color (decimal): -6736252 or 8664729. OLE color: 8664729.
HSL color Cylindrical-coordinate representation of color #993684: hue angle of 312.73º 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 #993684 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 132 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.4 |
| HSL | 312.73º | 0.48% | 0.41% | - |
| HSV(B) | 312.73º | 0.65% | 0.6% | - |
| XYZ | 18.62 | 11.08 | 22.99 | - |
| YUV | 92.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 132 | 0 | 0.65 | 0.14 | 0.4 | 312.73 | 0.48 | 0.41 |
| Hex | 99 | 36 | 84 | 0 | 41 | E | 28 | 139 | 30 | 29 |
| Octal | 231 | 66 | 204 | 0 | 101 | 16 | 50 | 471 | 60 | 51 |
| Binary | 10011001 | 110110 | 10000100 | 0 | 1000001 | 1110 | 101000 | 100111001 | 110000 | 101001 |
Color Harmonies of #993684
Complementary color
Monochromatic Colors of #993684
Black with #993684
Text Example
Text Example
White with #993684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993684; }
p { color: rgb(153,54,132); }
H1.HeaderClassName
{
color: #993684;
}
.AnyTagClassName
{
color: #993684;
}
</style>
background-color css
<style>
a { background-color: #993684; }
a { background-color: rgb(153,54,132); }
div.DivClassName
{
background-color: #993684;
}
.BgClassName
{
background-color: #993684;
}
</style>
border-color css
<style>
span { border-color: #993684; }
span { border-color: rgb(153,54,132); }
td.TdClassName
{
border-color: #993684;
}
.TagClassName
{
border-color: #993684;
}
</style>