Shades of Dark Purple #993781
Tints of Dark Purple #993781
RGB
CMYK
RGB Variations
Color information
#993781 (or 0x993781) is known color: Dark Purple. HEX triplet: 99, 37 and 81. RGB value is (153,55,129). Sum of RGB (Red+Green+Blue) = 153+55+129=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993781 is #66C87E. Grayscale: #5C5C5C. Windows color (decimal): -6735999 or 8468377. OLE color: 8468377.
HSL color Cylindrical-coordinate representation of color #993781: hue angle of 314.69º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993781 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 129 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.4 |
| HSL | 314.69º | 0.47% | 0.41% | - |
| HSV(B) | 314.69º | 0.64% | 0.6% | - |
| XYZ | 18.47 | 11.09 | 21.94 | - |
| YUV | 92.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 129 | 0 | 0.64 | 0.16 | 0.4 | 314.69 | 0.47 | 0.41 |
| Hex | 99 | 37 | 81 | 0 | 40 | 10 | 28 | 13B | 2F | 29 |
| Octal | 231 | 67 | 201 | 0 | 100 | 20 | 50 | 473 | 57 | 51 |
| Binary | 10011001 | 110111 | 10000001 | 0 | 1000000 | 10000 | 101000 | 100111011 | 101111 | 101001 |
Color Harmonies of #993781
Complementary color
Monochromatic Colors of #993781
Black with #993781
Text Example
Text Example
White with #993781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993781; }
p { color: rgb(153,55,129); }
H1.HeaderClassName
{
color: #993781;
}
.AnyTagClassName
{
color: #993781;
}
</style>
background-color css
<style>
a { background-color: #993781; }
a { background-color: rgb(153,55,129); }
div.DivClassName
{
background-color: #993781;
}
.BgClassName
{
background-color: #993781;
}
</style>
border-color css
<style>
span { border-color: #993781; }
span { border-color: rgb(153,55,129); }
td.TdClassName
{
border-color: #993781;
}
.TagClassName
{
border-color: #993781;
}
</style>