Shades of Deep Lilac #943FAA
Tints of Deep Lilac #943FAA
RGB
CMYK
RGB Variations
Color information
#943FAA (or 0x943FAA) is known color: Deep Lilac. HEX triplet: 94, 3F and AA. RGB value is (148,63,170). Sum of RGB (Red+Green+Blue) = 148+63+170=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #943FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943FAA is #6BC055. Grayscale: #646464. Windows color (decimal): -7061590 or 11157396. OLE color: 11157396.
HSL color Cylindrical-coordinate representation of color #943FAA: hue angle of 287.66º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943FAA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 63 | 170 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.33 |
| HSL | 287.66º | 0.46% | 0.46% | - |
| HSV(B) | 287.66º | 0.63% | 0.67% | - |
| XYZ | 21.25 | 12.75 | 39.37 | - |
| YUV | 100.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 170 | 0.13 | 0.63 | 0 | 0.33 | 287.66 | 0.46 | 0.46 |
| Hex | 94 | 3F | AA | D | 3F | 0 | 21 | 120 | 2E | 2E |
| Octal | 224 | 77 | 252 | 15 | 77 | 0 | 41 | 440 | 56 | 56 |
| Binary | 10010100 | 111111 | 10101010 | 1101 | 111111 | 0 | 100001 | 100100000 | 101110 | 101110 |
Color Harmonies of #943FAA
Complementary color
Monochromatic Colors of #943FAA
Black with #943FAA
Text Example
Text Example
White with #943FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FAA; }
p { color: rgb(148,63,170); }
H1.HeaderClassName
{
color: #943FAA;
}
.AnyTagClassName
{
color: #943FAA;
}
</style>
background-color css
<style>
a { background-color: #943FAA; }
a { background-color: rgb(148,63,170); }
div.DivClassName
{
background-color: #943FAA;
}
.BgClassName
{
background-color: #943FAA;
}
</style>
border-color css
<style>
span { border-color: #943FAA; }
span { border-color: rgb(148,63,170); }
td.TdClassName
{
border-color: #943FAA;
}
.TagClassName
{
border-color: #943FAA;
}
</style>