Shades of Deep Lilac #943DAB
Tints of Deep Lilac #943DAB
RGB
CMYK
RGB Variations
Color information
#943DAB (or 0x943DAB) is known color: Deep Lilac. HEX triplet: 94, 3D and AB. RGB value is (148,61,171). Sum of RGB (Red+Green+Blue) = 148+61+171=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #943DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAB is #6BC254. Grayscale: #636363. Windows color (decimal): -7062101 or 11222420. OLE color: 11222420.
HSL color Cylindrical-coordinate representation of color #943DAB: hue angle of 287.45º 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 #943DAB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 61 | 171 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.33 |
| HSL | 287.45º | 0.47% | 0.45% | - |
| HSV(B) | 287.45º | 0.64% | 0.67% | - |
| XYZ | 21.23 | 12.57 | 39.84 | - |
| YUV | 99.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 171 | 0.13 | 0.64 | 0 | 0.33 | 287.45 | 0.47 | 0.45 |
| Hex | 94 | 3D | AB | D | 40 | 0 | 21 | 11F | 2F | 2D |
| Octal | 224 | 75 | 253 | 15 | 100 | 0 | 41 | 437 | 57 | 55 |
| Binary | 10010100 | 111101 | 10101011 | 1101 | 1000000 | 0 | 100001 | 100011111 | 101111 | 101101 |
Color Harmonies of #943DAB
Complementary color
Monochromatic Colors of #943DAB
Black with #943DAB
Text Example
Text Example
White with #943DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DAB; }
p { color: rgb(148,61,171); }
H1.HeaderClassName
{
color: #943DAB;
}
.AnyTagClassName
{
color: #943DAB;
}
</style>
background-color css
<style>
a { background-color: #943DAB; }
a { background-color: rgb(148,61,171); }
div.DivClassName
{
background-color: #943DAB;
}
.BgClassName
{
background-color: #943DAB;
}
</style>
border-color css
<style>
span { border-color: #943DAB; }
span { border-color: rgb(148,61,171); }
td.TdClassName
{
border-color: #943DAB;
}
.TagClassName
{
border-color: #943DAB;
}
</style>