Shades of Deep Lilac #943FAC
Tints of Deep Lilac #943FAC
RGB
CMYK
RGB Variations
Color information
#943FAC (or 0x943FAC) is known color: Deep Lilac. HEX triplet: 94, 3F and AC. RGB value is (148,63,172). Sum of RGB (Red+Green+Blue) = 148+63+172=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #943FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943FAC is #6BC053. Grayscale: #646464. Windows color (decimal): -7061588 or 11288468. OLE color: 11288468.
HSL color Cylindrical-coordinate representation of color #943FAC: hue angle of 286.79º 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 #943FAC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 63 | 172 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.33 |
| HSL | 286.79º | 0.46% | 0.46% | - |
| HSV(B) | 286.79º | 0.63% | 0.67% | - |
| XYZ | 21.44 | 12.83 | 40.38 | - |
| YUV | 100.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 172 | 0.14 | 0.63 | 0 | 0.33 | 286.79 | 0.46 | 0.46 |
| Hex | 94 | 3F | AC | E | 3F | 0 | 21 | 11F | 2E | 2E |
| Octal | 224 | 77 | 254 | 16 | 77 | 0 | 41 | 437 | 56 | 56 |
| Binary | 10010100 | 111111 | 10101100 | 1110 | 111111 | 0 | 100001 | 100011111 | 101110 | 101110 |
Color Harmonies of #943FAC
Complementary color
Monochromatic Colors of #943FAC
Black with #943FAC
Text Example
Text Example
White with #943FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FAC; }
p { color: rgb(148,63,172); }
H1.HeaderClassName
{
color: #943FAC;
}
.AnyTagClassName
{
color: #943FAC;
}
</style>
background-color css
<style>
a { background-color: #943FAC; }
a { background-color: rgb(148,63,172); }
div.DivClassName
{
background-color: #943FAC;
}
.BgClassName
{
background-color: #943FAC;
}
</style>
border-color css
<style>
span { border-color: #943FAC; }
span { border-color: rgb(148,63,172); }
td.TdClassName
{
border-color: #943FAC;
}
.TagClassName
{
border-color: #943FAC;
}
</style>