Shades of Deep Lilac #935BAA
Tints of Deep Lilac #935BAA
RGB
CMYK
RGB Variations
Color information
#935BAA (or 0x935BAA) is known color: Deep Lilac. HEX triplet: 93, 5B and AA. RGB value is (147,91,170). Sum of RGB (Red+Green+Blue) = 147+91+170=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #935BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935BAA is #6CA455. Grayscale: #747474. Windows color (decimal): -7119958 or 11164563. OLE color: 11164563.
HSL color Cylindrical-coordinate representation of color #935BAA: hue angle of 282.53º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935BAA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 91 | 170 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.33 |
| HSL | 282.53º | 0.32% | 0.51% | - |
| HSV(B) | 282.53º | 0.46% | 0.67% | - |
| XYZ | 23.03 | 16.59 | 40.02 | - |
| YUV | 116.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 170 | 0.14 | 0.46 | 0 | 0.33 | 282.53 | 0.32 | 0.51 |
| Hex | 93 | 5B | AA | E | 2E | 0 | 21 | 11B | 20 | 33 |
| Octal | 223 | 133 | 252 | 16 | 56 | 0 | 41 | 433 | 40 | 63 |
| Binary | 10010011 | 1011011 | 10101010 | 1110 | 101110 | 0 | 100001 | 100011011 | 100000 | 110011 |
Color Harmonies of #935BAA
Complementary color
Monochromatic Colors of #935BAA
Black with #935BAA
Text Example
Text Example
White with #935BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BAA; }
p { color: rgb(147,91,170); }
H1.HeaderClassName
{
color: #935BAA;
}
.AnyTagClassName
{
color: #935BAA;
}
</style>
background-color css
<style>
a { background-color: #935BAA; }
a { background-color: rgb(147,91,170); }
div.DivClassName
{
background-color: #935BAA;
}
.BgClassName
{
background-color: #935BAA;
}
</style>
border-color css
<style>
span { border-color: #935BAA; }
span { border-color: rgb(147,91,170); }
td.TdClassName
{
border-color: #935BAA;
}
.TagClassName
{
border-color: #935BAA;
}
</style>