Shades of Deep Lilac #935ABB
Tints of Deep Lilac #935ABB
RGB
CMYK
RGB Variations
Color information
#935ABB (or 0x935ABB) is known color: Deep Lilac. HEX triplet: 93, 5A and BB. RGB value is (147,90,187). Sum of RGB (Red+Green+Blue) = 147+90+187=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #935ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ABB is #6CA544. Grayscale: #757575. Windows color (decimal): -7120197 or 12278419. OLE color: 12278419.
HSL color Cylindrical-coordinate representation of color #935ABB: hue angle of 275.26º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935ABB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 90 | 187 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.27 |
| HSL | 275.26º | 0.42% | 0.54% | - |
| HSV(B) | 275.26º | 0.52% | 0.73% | - |
| XYZ | 24.66 | 17.1 | 49.02 | - |
| YUV | 118.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 187 | 0.21 | 0.52 | 0 | 0.27 | 275.26 | 0.42 | 0.54 |
| Hex | 93 | 5A | BB | 15 | 34 | 0 | 1B | 113 | 2A | 36 |
| Octal | 223 | 132 | 273 | 25 | 64 | 0 | 33 | 423 | 52 | 66 |
| Binary | 10010011 | 1011010 | 10111011 | 10101 | 110100 | 0 | 11011 | 100010011 | 101010 | 110110 |
Color Harmonies of #935ABB
Complementary color
Monochromatic Colors of #935ABB
Black with #935ABB
Text Example
Text Example
White with #935ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ABB; }
p { color: rgb(147,90,187); }
H1.HeaderClassName
{
color: #935ABB;
}
.AnyTagClassName
{
color: #935ABB;
}
</style>
background-color css
<style>
a { background-color: #935ABB; }
a { background-color: rgb(147,90,187); }
div.DivClassName
{
background-color: #935ABB;
}
.BgClassName
{
background-color: #935ABB;
}
</style>
border-color css
<style>
span { border-color: #935ABB; }
span { border-color: rgb(147,90,187); }
td.TdClassName
{
border-color: #935ABB;
}
.TagClassName
{
border-color: #935ABB;
}
</style>