Shades of Dark Purple #993688
Tints of Dark Purple #993688
RGB
CMYK
RGB Variations
Color information
#993688 (or 0x993688) is known color: Dark Purple. HEX triplet: 99, 36 and 88. RGB value is (153,54,136). Sum of RGB (Red+Green+Blue) = 153+54+136=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #993688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993688 is #66C977. Grayscale: #5C5C5C. Windows color (decimal): -6736248 or 8926873. OLE color: 8926873.
HSL color Cylindrical-coordinate representation of color #993688: hue angle of 310.3º 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 #993688 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 136 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.4 |
| HSL | 310.3º | 0.48% | 0.41% | - |
| HSV(B) | 310.3º | 0.65% | 0.6% | - |
| XYZ | 18.9 | 11.19 | 24.46 | - |
| YUV | 92.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 136 | 0 | 0.65 | 0.11 | 0.4 | 310.3 | 0.48 | 0.41 |
| Hex | 99 | 36 | 88 | 0 | 41 | B | 28 | 136 | 30 | 29 |
| Octal | 231 | 66 | 210 | 0 | 101 | 13 | 50 | 466 | 60 | 51 |
| Binary | 10011001 | 110110 | 10001000 | 0 | 1000001 | 1011 | 101000 | 100110110 | 110000 | 101001 |
Color Harmonies of #993688
Complementary color
Monochromatic Colors of #993688
Black with #993688
Text Example
Text Example
White with #993688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993688; }
p { color: rgb(153,54,136); }
H1.HeaderClassName
{
color: #993688;
}
.AnyTagClassName
{
color: #993688;
}
</style>
background-color css
<style>
a { background-color: #993688; }
a { background-color: rgb(153,54,136); }
div.DivClassName
{
background-color: #993688;
}
.BgClassName
{
background-color: #993688;
}
</style>
border-color css
<style>
span { border-color: #993688; }
span { border-color: rgb(153,54,136); }
td.TdClassName
{
border-color: #993688;
}
.TagClassName
{
border-color: #993688;
}
</style>