Shades of Deep Lilac #935FAC
Tints of Deep Lilac #935FAC
RGB
CMYK
RGB Variations
Color information
#935FAC (or 0x935FAC) is known color: Deep Lilac. HEX triplet: 93, 5F and AC. RGB value is (147,95,172). Sum of RGB (Red+Green+Blue) = 147+95+172=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #935FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAC is #6CA053. Grayscale: #777777. Windows color (decimal): -7118932 or 11296659. OLE color: 11296659.
HSL color Cylindrical-coordinate representation of color #935FAC: hue angle of 280.52º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935FAC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 95 | 172 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.33 |
| HSL | 280.52º | 0.32% | 0.52% | - |
| HSV(B) | 280.52º | 0.45% | 0.67% | - |
| XYZ | 23.57 | 17.37 | 41.14 | - |
| YUV | 119.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 172 | 0.15 | 0.45 | 0 | 0.33 | 280.52 | 0.32 | 0.52 |
| Hex | 93 | 5F | AC | F | 2D | 0 | 21 | 119 | 20 | 34 |
| Octal | 223 | 137 | 254 | 17 | 55 | 0 | 41 | 431 | 40 | 64 |
| Binary | 10010011 | 1011111 | 10101100 | 1111 | 101101 | 0 | 100001 | 100011001 | 100000 | 110100 |
Color Harmonies of #935FAC
Complementary color
Monochromatic Colors of #935FAC
Black with #935FAC
Text Example
Text Example
White with #935FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FAC; }
p { color: rgb(147,95,172); }
H1.HeaderClassName
{
color: #935FAC;
}
.AnyTagClassName
{
color: #935FAC;
}
</style>
background-color css
<style>
a { background-color: #935FAC; }
a { background-color: rgb(147,95,172); }
div.DivClassName
{
background-color: #935FAC;
}
.BgClassName
{
background-color: #935FAC;
}
</style>
border-color css
<style>
span { border-color: #935FAC; }
span { border-color: rgb(147,95,172); }
td.TdClassName
{
border-color: #935FAC;
}
.TagClassName
{
border-color: #935FAC;
}
</style>