Shades of Dark Purple #993679
Tints of Dark Purple #993679
RGB
CMYK
RGB Variations
Color information
#993679 (or 0x993679) is known color: Dark Purple. HEX triplet: 99, 36 and 79. RGB value is (153,54,121). Sum of RGB (Red+Green+Blue) = 153+54+121=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #993679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993679 is #66C986. Grayscale: #5B5B5B. Windows color (decimal): -6736263 or 7943833. OLE color: 7943833.
HSL color Cylindrical-coordinate representation of color #993679: hue angle of 319.39º 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 #993679 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 121 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.4 |
| HSL | 319.39º | 0.48% | 0.41% | - |
| HSV(B) | 319.39º | 0.65% | 0.6% | - |
| XYZ | 17.91 | 10.79 | 19.23 | - |
| YUV | 91.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 121 | 0 | 0.65 | 0.21 | 0.4 | 319.39 | 0.48 | 0.41 |
| Hex | 99 | 36 | 79 | 0 | 41 | 15 | 28 | 13F | 30 | 29 |
| Octal | 231 | 66 | 171 | 0 | 101 | 25 | 50 | 477 | 60 | 51 |
| Binary | 10011001 | 110110 | 1111001 | 0 | 1000001 | 10101 | 101000 | 100111111 | 110000 | 101001 |
Color Harmonies of #993679
Complementary color
Monochromatic Colors of #993679
Black with #993679
Text Example
Text Example
White with #993679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993679; }
p { color: rgb(153,54,121); }
H1.HeaderClassName
{
color: #993679;
}
.AnyTagClassName
{
color: #993679;
}
</style>
background-color css
<style>
a { background-color: #993679; }
a { background-color: rgb(153,54,121); }
div.DivClassName
{
background-color: #993679;
}
.BgClassName
{
background-color: #993679;
}
</style>
border-color css
<style>
span { border-color: #993679; }
span { border-color: rgb(153,54,121); }
td.TdClassName
{
border-color: #993679;
}
.TagClassName
{
border-color: #993679;
}
</style>