Shades of Dark Purple #993579
Tints of Dark Purple #993579
RGB
CMYK
RGB Variations
Color information
#993579 (or 0x993579) is known color: Dark Purple. HEX triplet: 99, 35 and 79. RGB value is (153,53,121). Sum of RGB (Red+Green+Blue) = 153+53+121=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #993579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993579 is #66CA86. Grayscale: #5A5A5A. Windows color (decimal): -6736519 or 7943577. OLE color: 7943577.
HSL color Cylindrical-coordinate representation of color #993579: hue angle of 319.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993579 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 121 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.4 |
| HSL | 319.2º | 0.49% | 0.4% | - |
| HSV(B) | 319.2º | 0.65% | 0.6% | - |
| XYZ | 17.86 | 10.7 | 19.21 | - |
| YUV | 90.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 121 | 0 | 0.65 | 0.21 | 0.4 | 319.2 | 0.49 | 0.4 |
| Hex | 99 | 35 | 79 | 0 | 41 | 15 | 28 | 13F | 31 | 28 |
| Octal | 231 | 65 | 171 | 0 | 101 | 25 | 50 | 477 | 61 | 50 |
| Binary | 10011001 | 110101 | 1111001 | 0 | 1000001 | 10101 | 101000 | 100111111 | 110001 | 101000 |
Color Harmonies of #993579
Complementary color
Monochromatic Colors of #993579
Black with #993579
Text Example
Text Example
White with #993579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993579; }
p { color: rgb(153,53,121); }
H1.HeaderClassName
{
color: #993579;
}
.AnyTagClassName
{
color: #993579;
}
</style>
background-color css
<style>
a { background-color: #993579; }
a { background-color: rgb(153,53,121); }
div.DivClassName
{
background-color: #993579;
}
.BgClassName
{
background-color: #993579;
}
</style>
border-color css
<style>
span { border-color: #993579; }
span { border-color: rgb(153,53,121); }
td.TdClassName
{
border-color: #993579;
}
.TagClassName
{
border-color: #993579;
}
</style>