Shades of Deep Lilac #943BAC
Tints of Deep Lilac #943BAC
RGB
CMYK
RGB Variations
Color information
#943BAC (or 0x943BAC) is known color: Deep Lilac. HEX triplet: 94, 3B and AC. RGB value is (148,59,172). Sum of RGB (Red+Green+Blue) = 148+59+172=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #943BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943BAC is #6BC453. Grayscale: #626262. Windows color (decimal): -7062612 or 11287444. OLE color: 11287444.
HSL color Cylindrical-coordinate representation of color #943BAC: hue angle of 287.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943BAC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 59 | 172 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.33 |
| HSL | 287.26º | 0.49% | 0.45% | - |
| HSV(B) | 287.26º | 0.66% | 0.67% | - |
| XYZ | 21.22 | 12.4 | 40.31 | - |
| YUV | 98.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 172 | 0.14 | 0.66 | 0 | 0.33 | 287.26 | 0.49 | 0.45 |
| Hex | 94 | 3B | AC | E | 42 | 0 | 21 | 11F | 31 | 2D |
| Octal | 224 | 73 | 254 | 16 | 102 | 0 | 41 | 437 | 61 | 55 |
| Binary | 10010100 | 111011 | 10101100 | 1110 | 1000010 | 0 | 100001 | 100011111 | 110001 | 101101 |
Color Harmonies of #943BAC
Complementary color
Monochromatic Colors of #943BAC
Black with #943BAC
Text Example
Text Example
White with #943BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BAC; }
p { color: rgb(148,59,172); }
H1.HeaderClassName
{
color: #943BAC;
}
.AnyTagClassName
{
color: #943BAC;
}
</style>
background-color css
<style>
a { background-color: #943BAC; }
a { background-color: rgb(148,59,172); }
div.DivClassName
{
background-color: #943BAC;
}
.BgClassName
{
background-color: #943BAC;
}
</style>
border-color css
<style>
span { border-color: #943BAC; }
span { border-color: rgb(148,59,172); }
td.TdClassName
{
border-color: #943BAC;
}
.TagClassName
{
border-color: #943BAC;
}
</style>