Shades of Deep Lilac #933FAC
Tints of Deep Lilac #933FAC
RGB
CMYK
RGB Variations
Color information
#933FAC (or 0x933FAC) is known color: Deep Lilac. HEX triplet: 93, 3F and AC. RGB value is (147,63,172). Sum of RGB (Red+Green+Blue) = 147+63+172=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #933FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933FAC is #6CC053. Grayscale: #646464. Windows color (decimal): -7127124 or 11288467. OLE color: 11288467.
HSL color Cylindrical-coordinate representation of color #933FAC: hue angle of 286.24º 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 #933FAC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 63 | 172 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.33 |
| HSL | 286.24º | 0.46% | 0.46% | - |
| HSV(B) | 286.24º | 0.63% | 0.67% | - |
| XYZ | 21.26 | 12.74 | 40.37 | - |
| YUV | 100.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 172 | 0.15 | 0.63 | 0 | 0.33 | 286.24 | 0.46 | 0.46 |
| Hex | 93 | 3F | AC | F | 3F | 0 | 21 | 11E | 2E | 2E |
| Octal | 223 | 77 | 254 | 17 | 77 | 0 | 41 | 436 | 56 | 56 |
| Binary | 10010011 | 111111 | 10101100 | 1111 | 111111 | 0 | 100001 | 100011110 | 101110 | 101110 |
Color Harmonies of #933FAC
Complementary color
Monochromatic Colors of #933FAC
Black with #933FAC
Text Example
Text Example
White with #933FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FAC; }
p { color: rgb(147,63,172); }
H1.HeaderClassName
{
color: #933FAC;
}
.AnyTagClassName
{
color: #933FAC;
}
</style>
background-color css
<style>
a { background-color: #933FAC; }
a { background-color: rgb(147,63,172); }
div.DivClassName
{
background-color: #933FAC;
}
.BgClassName
{
background-color: #933FAC;
}
</style>
border-color css
<style>
span { border-color: #933FAC; }
span { border-color: rgb(147,63,172); }
td.TdClassName
{
border-color: #933FAC;
}
.TagClassName
{
border-color: #933FAC;
}
</style>