Shades of Dark Purple #993E89
Tints of Dark Purple #993E89
RGB
CMYK
RGB Variations
Color information
#993E89 (or 0x993E89) is known color: Dark Purple. HEX triplet: 99, 3E and 89. RGB value is (153,62,137). Sum of RGB (Red+Green+Blue) = 153+62+137=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993E89 is #66C176. Grayscale: #616161. Windows color (decimal): -6734199 or 8994457. OLE color: 8994457.
HSL color Cylindrical-coordinate representation of color #993E89: hue angle of 310.55º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993E89 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 137 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.4 |
| HSL | 310.55º | 0.42% | 0.42% | - |
| HSV(B) | 310.55º | 0.59% | 0.6% | - |
| XYZ | 19.37 | 12.02 | 24.97 | - |
| YUV | 97.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 137 | 0 | 0.59 | 0.10 | 0.4 | 310.55 | 0.42 | 0.42 |
| Hex | 99 | 3E | 89 | 0 | 3B | A | 28 | 137 | 2A | 2A |
| Octal | 231 | 76 | 211 | 0 | 73 | 12 | 50 | 467 | 52 | 52 |
| Binary | 10011001 | 111110 | 10001001 | 0 | 111011 | 1010 | 101000 | 100110111 | 101010 | 101010 |
Color Harmonies of #993E89
Complementary color
Monochromatic Colors of #993E89
Black with #993E89
Text Example
Text Example
White with #993E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E89; }
p { color: rgb(153,62,137); }
H1.HeaderClassName
{
color: #993E89;
}
.AnyTagClassName
{
color: #993E89;
}
</style>
background-color css
<style>
a { background-color: #993E89; }
a { background-color: rgb(153,62,137); }
div.DivClassName
{
background-color: #993E89;
}
.BgClassName
{
background-color: #993E89;
}
</style>
border-color css
<style>
span { border-color: #993E89; }
span { border-color: rgb(153,62,137); }
td.TdClassName
{
border-color: #993E89;
}
.TagClassName
{
border-color: #993E89;
}
</style>