Shades of Deep Lilac #933AAC
Tints of Deep Lilac #933AAC
RGB
CMYK
RGB Variations
Color information
#933AAC (or 0x933AAC) is known color: Deep Lilac. HEX triplet: 93, 3A and AC. RGB value is (147,58,172). Sum of RGB (Red+Green+Blue) = 147+58+172=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #933AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933AAC is #6CC553. Grayscale: #616161. Windows color (decimal): -7128404 or 11287187. OLE color: 11287187.
HSL color Cylindrical-coordinate representation of color #933AAC: hue angle of 286.84º degrees, saturation: 0.5, 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 #933AAC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 58 | 172 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.33 |
| HSL | 286.84º | 0.5% | 0.45% | - |
| HSV(B) | 286.84º | 0.66% | 0.67% | - |
| XYZ | 20.99 | 12.21 | 40.28 | - |
| YUV | 97.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 172 | 0.15 | 0.66 | 0 | 0.33 | 286.84 | 0.5 | 0.45 |
| Hex | 93 | 3A | AC | F | 42 | 0 | 21 | 11F | 32 | 2D |
| Octal | 223 | 72 | 254 | 17 | 102 | 0 | 41 | 437 | 62 | 55 |
| Binary | 10010011 | 111010 | 10101100 | 1111 | 1000010 | 0 | 100001 | 100011111 | 110010 | 101101 |
Color Harmonies of #933AAC
Complementary color
Monochromatic Colors of #933AAC
Black with #933AAC
Text Example
Text Example
White with #933AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933AAC; }
p { color: rgb(147,58,172); }
H1.HeaderClassName
{
color: #933AAC;
}
.AnyTagClassName
{
color: #933AAC;
}
</style>
background-color css
<style>
a { background-color: #933AAC; }
a { background-color: rgb(147,58,172); }
div.DivClassName
{
background-color: #933AAC;
}
.BgClassName
{
background-color: #933AAC;
}
</style>
border-color css
<style>
span { border-color: #933AAC; }
span { border-color: rgb(147,58,172); }
td.TdClassName
{
border-color: #933AAC;
}
.TagClassName
{
border-color: #933AAC;
}
</style>