Shades of Deep Lilac #935BAC
Tints of Deep Lilac #935BAC
RGB
CMYK
RGB Variations
Color information
#935BAC (or 0x935BAC) is known color: Deep Lilac. HEX triplet: 93, 5B and AC. RGB value is (147,91,172). Sum of RGB (Red+Green+Blue) = 147+91+172=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #935BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935BAC is #6CA453. Grayscale: #747474. Windows color (decimal): -7119956 or 11295635. OLE color: 11295635.
HSL color Cylindrical-coordinate representation of color #935BAC: hue angle of 281.48º 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 #935BAC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 91 | 172 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.33 |
| HSL | 281.48º | 0.33% | 0.52% | - |
| HSV(B) | 281.48º | 0.47% | 0.67% | - |
| XYZ | 23.22 | 16.66 | 41.02 | - |
| YUV | 116.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 172 | 0.15 | 0.47 | 0 | 0.33 | 281.48 | 0.33 | 0.52 |
| Hex | 93 | 5B | AC | F | 2F | 0 | 21 | 119 | 21 | 34 |
| Octal | 223 | 133 | 254 | 17 | 57 | 0 | 41 | 431 | 41 | 64 |
| Binary | 10010011 | 1011011 | 10101100 | 1111 | 101111 | 0 | 100001 | 100011001 | 100001 | 110100 |
Color Harmonies of #935BAC
Complementary color
Monochromatic Colors of #935BAC
Black with #935BAC
Text Example
Text Example
White with #935BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BAC; }
p { color: rgb(147,91,172); }
H1.HeaderClassName
{
color: #935BAC;
}
.AnyTagClassName
{
color: #935BAC;
}
</style>
background-color css
<style>
a { background-color: #935BAC; }
a { background-color: rgb(147,91,172); }
div.DivClassName
{
background-color: #935BAC;
}
.BgClassName
{
background-color: #935BAC;
}
</style>
border-color css
<style>
span { border-color: #935BAC; }
span { border-color: rgb(147,91,172); }
td.TdClassName
{
border-color: #935BAC;
}
.TagClassName
{
border-color: #935BAC;
}
</style>