Shades of Deep Lilac #935CAC
Tints of Deep Lilac #935CAC
RGB
CMYK
RGB Variations
Color information
#935CAC (or 0x935CAC) is known color: Deep Lilac. HEX triplet: 93, 5C and AC. RGB value is (147,92,172). Sum of RGB (Red+Green+Blue) = 147+92+172=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #935CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935CAC is #6CA353. Grayscale: #757575. Windows color (decimal): -7119700 or 11295891. OLE color: 11295891.
HSL color Cylindrical-coordinate representation of color #935CAC: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #935CAC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 92 | 172 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.33 |
| HSL | 281.25º | 0.33% | 0.52% | - |
| HSV(B) | 281.25º | 0.47% | 0.67% | - |
| XYZ | 23.31 | 16.84 | 41.05 | - |
| YUV | 117.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 172 | 0.15 | 0.47 | 0 | 0.33 | 281.25 | 0.33 | 0.52 |
| Hex | 93 | 5C | AC | F | 2F | 0 | 21 | 119 | 21 | 34 |
| Octal | 223 | 134 | 254 | 17 | 57 | 0 | 41 | 431 | 41 | 64 |
| Binary | 10010011 | 1011100 | 10101100 | 1111 | 101111 | 0 | 100001 | 100011001 | 100001 | 110100 |
Color Harmonies of #935CAC
Complementary color
Monochromatic Colors of #935CAC
Black with #935CAC
Text Example
Text Example
White with #935CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CAC; }
p { color: rgb(147,92,172); }
H1.HeaderClassName
{
color: #935CAC;
}
.AnyTagClassName
{
color: #935CAC;
}
</style>
background-color css
<style>
a { background-color: #935CAC; }
a { background-color: rgb(147,92,172); }
div.DivClassName
{
background-color: #935CAC;
}
.BgClassName
{
background-color: #935CAC;
}
</style>
border-color css
<style>
span { border-color: #935CAC; }
span { border-color: rgb(147,92,172); }
td.TdClassName
{
border-color: #935CAC;
}
.TagClassName
{
border-color: #935CAC;
}
</style>