Shades of Deep Lilac #933CAC
Tints of Deep Lilac #933CAC
RGB
CMYK
RGB Variations
Color information
#933CAC (or 0x933CAC) is known color: Deep Lilac. HEX triplet: 93, 3C and AC. RGB value is (147,60,172). Sum of RGB (Red+Green+Blue) = 147+60+172=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 60 (23.83% from 255 or 15.83% 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 #933CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933CAC is #6CC353. Grayscale: #626262. Windows color (decimal): -7127892 or 11287699. OLE color: 11287699.
HSL color Cylindrical-coordinate representation of color #933CAC: hue angle of 286.61º 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 #933CAC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 60 | 172 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.33 |
| HSL | 286.61º | 0.48% | 0.45% | - |
| HSV(B) | 286.61º | 0.65% | 0.67% | - |
| XYZ | 21.09 | 12.41 | 40.31 | - |
| YUV | 98.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 172 | 0.15 | 0.65 | 0 | 0.33 | 286.61 | 0.48 | 0.45 |
| Hex | 93 | 3C | AC | F | 41 | 0 | 21 | 11F | 30 | 2D |
| Octal | 223 | 74 | 254 | 17 | 101 | 0 | 41 | 437 | 60 | 55 |
| Binary | 10010011 | 111100 | 10101100 | 1111 | 1000001 | 0 | 100001 | 100011111 | 110000 | 101101 |
Color Harmonies of #933CAC
Complementary color
Monochromatic Colors of #933CAC
Black with #933CAC
Text Example
Text Example
White with #933CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CAC; }
p { color: rgb(147,60,172); }
H1.HeaderClassName
{
color: #933CAC;
}
.AnyTagClassName
{
color: #933CAC;
}
</style>
background-color css
<style>
a { background-color: #933CAC; }
a { background-color: rgb(147,60,172); }
div.DivClassName
{
background-color: #933CAC;
}
.BgClassName
{
background-color: #933CAC;
}
</style>
border-color css
<style>
span { border-color: #933CAC; }
span { border-color: rgb(147,60,172); }
td.TdClassName
{
border-color: #933CAC;
}
.TagClassName
{
border-color: #933CAC;
}
</style>