Shades of Deep Lilac #943FAD
Tints of Deep Lilac #943FAD
RGB
CMYK
RGB Variations
Color information
#943FAD (or 0x943FAD) is known color: Deep Lilac. HEX triplet: 94, 3F and AD. RGB value is (148,63,173). Sum of RGB (Red+Green+Blue) = 148+63+173=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #943FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943FAD is #6BC052. Grayscale: #646464. Windows color (decimal): -7061587 or 11354004. OLE color: 11354004.
HSL color Cylindrical-coordinate representation of color #943FAD: hue angle of 286.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943FAD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 63 | 173 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.32 |
| HSL | 286.36º | 0.47% | 0.46% | - |
| HSV(B) | 286.36º | 0.64% | 0.68% | - |
| XYZ | 21.53 | 12.87 | 40.88 | - |
| YUV | 100.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 173 | 0.14 | 0.64 | 0 | 0.32 | 286.36 | 0.47 | 0.46 |
| Hex | 94 | 3F | AD | E | 40 | 0 | 20 | 11E | 2F | 2E |
| Octal | 224 | 77 | 255 | 16 | 100 | 0 | 40 | 436 | 57 | 56 |
| Binary | 10010100 | 111111 | 10101101 | 1110 | 1000000 | 0 | 100000 | 100011110 | 101111 | 101110 |
Color Harmonies of #943FAD
Complementary color
Monochromatic Colors of #943FAD
Black with #943FAD
Text Example
Text Example
White with #943FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FAD; }
p { color: rgb(148,63,173); }
H1.HeaderClassName
{
color: #943FAD;
}
.AnyTagClassName
{
color: #943FAD;
}
</style>
background-color css
<style>
a { background-color: #943FAD; }
a { background-color: rgb(148,63,173); }
div.DivClassName
{
background-color: #943FAD;
}
.BgClassName
{
background-color: #943FAD;
}
</style>
border-color css
<style>
span { border-color: #943FAD; }
span { border-color: rgb(148,63,173); }
td.TdClassName
{
border-color: #943FAD;
}
.TagClassName
{
border-color: #943FAD;
}
</style>