Shades of Deep Lilac #943DAA
Tints of Deep Lilac #943DAA
RGB
CMYK
RGB Variations
Color information
#943DAA (or 0x943DAA) is known color: Deep Lilac. HEX triplet: 94, 3D and AA. RGB value is (148,61,170). Sum of RGB (Red+Green+Blue) = 148+61+170=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #943DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAA is #6BC255. Grayscale: #636363. Windows color (decimal): -7062102 or 11156884. OLE color: 11156884.
HSL color Cylindrical-coordinate representation of color #943DAA: hue angle of 287.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943DAA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 61 | 170 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.33 |
| HSL | 287.89º | 0.47% | 0.45% | - |
| HSV(B) | 287.89º | 0.64% | 0.67% | - |
| XYZ | 21.14 | 12.54 | 39.34 | - |
| YUV | 99.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 170 | 0.13 | 0.64 | 0 | 0.33 | 287.89 | 0.47 | 0.45 |
| Hex | 94 | 3D | AA | D | 40 | 0 | 21 | 120 | 2F | 2D |
| Octal | 224 | 75 | 252 | 15 | 100 | 0 | 41 | 440 | 57 | 55 |
| Binary | 10010100 | 111101 | 10101010 | 1101 | 1000000 | 0 | 100001 | 100100000 | 101111 | 101101 |
Color Harmonies of #943DAA
Complementary color
Monochromatic Colors of #943DAA
Black with #943DAA
Text Example
Text Example
White with #943DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DAA; }
p { color: rgb(148,61,170); }
H1.HeaderClassName
{
color: #943DAA;
}
.AnyTagClassName
{
color: #943DAA;
}
</style>
background-color css
<style>
a { background-color: #943DAA; }
a { background-color: rgb(148,61,170); }
div.DivClassName
{
background-color: #943DAA;
}
.BgClassName
{
background-color: #943DAA;
}
</style>
border-color css
<style>
span { border-color: #943DAA; }
span { border-color: rgb(148,61,170); }
td.TdClassName
{
border-color: #943DAA;
}
.TagClassName
{
border-color: #943DAA;
}
</style>