Shades of Dark Purple #993379
Tints of Dark Purple #993379
RGB
CMYK
RGB Variations
Color information
#993379 (or 0x993379) is known color: Dark Purple. HEX triplet: 99, 33 and 79. RGB value is (153,51,121). Sum of RGB (Red+Green+Blue) = 153+51+121=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #993379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993379 is #66CC86. Grayscale: #595959. Windows color (decimal): -6737031 or 7943065. OLE color: 7943065.
HSL color Cylindrical-coordinate representation of color #993379: hue angle of 318.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993379 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 121 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.4 |
| HSL | 318.82º | 0.5% | 0.4% | - |
| HSV(B) | 318.82º | 0.67% | 0.6% | - |
| XYZ | 17.77 | 10.52 | 19.18 | - |
| YUV | 89.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 121 | 0 | 0.67 | 0.21 | 0.4 | 318.82 | 0.5 | 0.4 |
| Hex | 99 | 33 | 79 | 0 | 43 | 15 | 28 | 13F | 32 | 28 |
| Octal | 231 | 63 | 171 | 0 | 103 | 25 | 50 | 477 | 62 | 50 |
| Binary | 10011001 | 110011 | 1111001 | 0 | 1000011 | 10101 | 101000 | 100111111 | 110010 | 101000 |
Color Harmonies of #993379
Complementary color
Monochromatic Colors of #993379
Black with #993379
Text Example
Text Example
White with #993379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993379; }
p { color: rgb(153,51,121); }
H1.HeaderClassName
{
color: #993379;
}
.AnyTagClassName
{
color: #993379;
}
</style>
background-color css
<style>
a { background-color: #993379; }
a { background-color: rgb(153,51,121); }
div.DivClassName
{
background-color: #993379;
}
.BgClassName
{
background-color: #993379;
}
</style>
border-color css
<style>
span { border-color: #993379; }
span { border-color: rgb(153,51,121); }
td.TdClassName
{
border-color: #993379;
}
.TagClassName
{
border-color: #993379;
}
</style>