Shades of Dark Purple #993981
Tints of Dark Purple #993981
RGB
CMYK
RGB Variations
Color information
#993981 (or 0x993981) is known color: Dark Purple. HEX triplet: 99, 39 and 81. RGB value is (153,57,129). Sum of RGB (Red+Green+Blue) = 153+57+129=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993981 is #66C67E. Grayscale: #5D5D5D. Windows color (decimal): -6735487 or 8468889. OLE color: 8468889.
HSL color Cylindrical-coordinate representation of color #993981: hue angle of 315º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993981 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 129 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.4 |
| HSL | 315º | 0.46% | 0.41% | - |
| HSV(B) | 315º | 0.63% | 0.6% | - |
| XYZ | 18.56 | 11.28 | 21.97 | - |
| YUV | 93.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 129 | 0 | 0.63 | 0.16 | 0.4 | 315 | 0.46 | 0.41 |
| Hex | 99 | 39 | 81 | 0 | 3F | 10 | 28 | 13B | 2E | 29 |
| Octal | 231 | 71 | 201 | 0 | 77 | 20 | 50 | 473 | 56 | 51 |
| Binary | 10011001 | 111001 | 10000001 | 0 | 111111 | 10000 | 101000 | 100111011 | 101110 | 101001 |
Color Harmonies of #993981
Complementary color
Monochromatic Colors of #993981
Black with #993981
Text Example
Text Example
White with #993981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993981; }
p { color: rgb(153,57,129); }
H1.HeaderClassName
{
color: #993981;
}
.AnyTagClassName
{
color: #993981;
}
</style>
background-color css
<style>
a { background-color: #993981; }
a { background-color: rgb(153,57,129); }
div.DivClassName
{
background-color: #993981;
}
.BgClassName
{
background-color: #993981;
}
</style>
border-color css
<style>
span { border-color: #993981; }
span { border-color: rgb(153,57,129); }
td.TdClassName
{
border-color: #993981;
}
.TagClassName
{
border-color: #993981;
}
</style>