Shades of Deep Lilac #943CAC
Tints of Deep Lilac #943CAC
RGB
CMYK
RGB Variations
Color information
#943CAC (or 0x943CAC) is known color: Deep Lilac. HEX triplet: 94, 3C and AC. RGB value is (148,60,172). Sum of RGB (Red+Green+Blue) = 148+60+172=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #943CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943CAC is #6BC353. Grayscale: #626262. Windows color (decimal): -7062356 or 11287700. OLE color: 11287700.
HSL color Cylindrical-coordinate representation of color #943CAC: hue angle of 287.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943CAC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 60 | 172 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.33 |
| HSL | 287.14º | 0.48% | 0.45% | - |
| HSV(B) | 287.14º | 0.65% | 0.67% | - |
| XYZ | 21.28 | 12.51 | 40.32 | - |
| YUV | 99.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 172 | 0.14 | 0.65 | 0 | 0.33 | 287.14 | 0.48 | 0.45 |
| Hex | 94 | 3C | AC | E | 41 | 0 | 21 | 11F | 30 | 2D |
| Octal | 224 | 74 | 254 | 16 | 101 | 0 | 41 | 437 | 60 | 55 |
| Binary | 10010100 | 111100 | 10101100 | 1110 | 1000001 | 0 | 100001 | 100011111 | 110000 | 101101 |
Color Harmonies of #943CAC
Complementary color
Monochromatic Colors of #943CAC
Black with #943CAC
Text Example
Text Example
White with #943CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CAC; }
p { color: rgb(148,60,172); }
H1.HeaderClassName
{
color: #943CAC;
}
.AnyTagClassName
{
color: #943CAC;
}
</style>
background-color css
<style>
a { background-color: #943CAC; }
a { background-color: rgb(148,60,172); }
div.DivClassName
{
background-color: #943CAC;
}
.BgClassName
{
background-color: #943CAC;
}
</style>
border-color css
<style>
span { border-color: #943CAC; }
span { border-color: rgb(148,60,172); }
td.TdClassName
{
border-color: #943CAC;
}
.TagClassName
{
border-color: #943CAC;
}
</style>