Shades of Deep Lilac #993FAF
Tints of Deep Lilac #993FAF
RGB
CMYK
RGB Variations
Color information
#993FAF (or 0x993FAF) is known color: Deep Lilac. HEX triplet: 99, 3F and AF. RGB value is (153,63,175). Sum of RGB (Red+Green+Blue) = 153+63+175=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #993FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FAF is #66C050. Grayscale: #666666. Windows color (decimal): -6733905 or 11485081. OLE color: 11485081.
HSL color Cylindrical-coordinate representation of color #993FAF: hue angle of 288.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993FAF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 63 | 175 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.31 |
| HSL | 288.21º | 0.47% | 0.47% | - |
| HSV(B) | 288.21º | 0.64% | 0.69% | - |
| XYZ | 22.65 | 13.42 | 41.95 | - |
| YUV | 102.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 175 | 0.13 | 0.64 | 0 | 0.31 | 288.21 | 0.47 | 0.47 |
| Hex | 99 | 3F | AF | D | 40 | 0 | 1F | 120 | 2F | 2F |
| Octal | 231 | 77 | 257 | 15 | 100 | 0 | 37 | 440 | 57 | 57 |
| Binary | 10011001 | 111111 | 10101111 | 1101 | 1000000 | 0 | 11111 | 100100000 | 101111 | 101111 |
Color Harmonies of #993FAF
Complementary color
Monochromatic Colors of #993FAF
Black with #993FAF
Text Example
Text Example
White with #993FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FAF; }
p { color: rgb(153,63,175); }
H1.HeaderClassName
{
color: #993FAF;
}
.AnyTagClassName
{
color: #993FAF;
}
</style>
background-color css
<style>
a { background-color: #993FAF; }
a { background-color: rgb(153,63,175); }
div.DivClassName
{
background-color: #993FAF;
}
.BgClassName
{
background-color: #993FAF;
}
</style>
border-color css
<style>
span { border-color: #993FAF; }
span { border-color: rgb(153,63,175); }
td.TdClassName
{
border-color: #993FAF;
}
.TagClassName
{
border-color: #993FAF;
}
</style>