Shades of Dark Purple #993778
Tints of Dark Purple #993778
RGB
CMYK
RGB Variations
Color information
#993778 (or 0x993778) is known color: Dark Purple. HEX triplet: 99, 37 and 78. RGB value is (153,55,120). Sum of RGB (Red+Green+Blue) = 153+55+120=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #993778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993778 is #66C887. Grayscale: #5B5B5B. Windows color (decimal): -6736008 or 7878553. OLE color: 7878553.
HSL color Cylindrical-coordinate representation of color #993778: hue angle of 320.2º 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 #993778 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 120 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.4 |
| HSL | 320.2º | 0.47% | 0.41% | - |
| HSV(B) | 320.2º | 0.64% | 0.6% | - |
| XYZ | 17.89 | 10.86 | 18.92 | - |
| YUV | 91.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 120 | 0 | 0.64 | 0.22 | 0.4 | 320.2 | 0.47 | 0.41 |
| Hex | 99 | 37 | 78 | 0 | 40 | 16 | 28 | 140 | 2F | 29 |
| Octal | 231 | 67 | 170 | 0 | 100 | 26 | 50 | 500 | 57 | 51 |
| Binary | 10011001 | 110111 | 1111000 | 0 | 1000000 | 10110 | 101000 | 101000000 | 101111 | 101001 |
Color Harmonies of #993778
Complementary color
Monochromatic Colors of #993778
Black with #993778
Text Example
Text Example
White with #993778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993778; }
p { color: rgb(153,55,120); }
H1.HeaderClassName
{
color: #993778;
}
.AnyTagClassName
{
color: #993778;
}
</style>
background-color css
<style>
a { background-color: #993778; }
a { background-color: rgb(153,55,120); }
div.DivClassName
{
background-color: #993778;
}
.BgClassName
{
background-color: #993778;
}
</style>
border-color css
<style>
span { border-color: #993778; }
span { border-color: rgb(153,55,120); }
td.TdClassName
{
border-color: #993778;
}
.TagClassName
{
border-color: #993778;
}
</style>