Shades of Dark Purple #993689
Tints of Dark Purple #993689
RGB
CMYK
RGB Variations
Color information
#993689 (or 0x993689) is known color: Dark Purple. HEX triplet: 99, 36 and 89. RGB value is (153,54,137). Sum of RGB (Red+Green+Blue) = 153+54+137=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #993689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993689 is #66C976. Grayscale: #5C5C5C. Windows color (decimal): -6736247 or 8992409. OLE color: 8992409.
HSL color Cylindrical-coordinate representation of color #993689: hue angle of 309.7º 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 #993689 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 137 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.4 |
| HSL | 309.7º | 0.48% | 0.41% | - |
| HSV(B) | 309.7º | 0.65% | 0.6% | - |
| XYZ | 18.97 | 11.22 | 24.83 | - |
| YUV | 93.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 137 | 0 | 0.65 | 0.10 | 0.4 | 309.7 | 0.48 | 0.41 |
| Hex | 99 | 36 | 89 | 0 | 41 | A | 28 | 136 | 30 | 29 |
| Octal | 231 | 66 | 211 | 0 | 101 | 12 | 50 | 466 | 60 | 51 |
| Binary | 10011001 | 110110 | 10001001 | 0 | 1000001 | 1010 | 101000 | 100110110 | 110000 | 101001 |
Color Harmonies of #993689
Complementary color
Monochromatic Colors of #993689
Black with #993689
Text Example
Text Example
White with #993689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993689; }
p { color: rgb(153,54,137); }
H1.HeaderClassName
{
color: #993689;
}
.AnyTagClassName
{
color: #993689;
}
</style>
background-color css
<style>
a { background-color: #993689; }
a { background-color: rgb(153,54,137); }
div.DivClassName
{
background-color: #993689;
}
.BgClassName
{
background-color: #993689;
}
</style>
border-color css
<style>
span { border-color: #993689; }
span { border-color: rgb(153,54,137); }
td.TdClassName
{
border-color: #993689;
}
.TagClassName
{
border-color: #993689;
}
</style>