Shades of Deep Lilac #935AC3
Tints of Deep Lilac #935AC3
RGB
CMYK
RGB Variations
Color information
#935AC3 (or 0x935AC3) is known color: Deep Lilac. HEX triplet: 93, 5A and C3. RGB value is (147,90,195). Sum of RGB (Red+Green+Blue) = 147+90+195=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #935AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AC3 is #6CA53C. Grayscale: #767676. Windows color (decimal): -7120189 or 12802707. OLE color: 12802707.
HSL color Cylindrical-coordinate representation of color #935AC3: hue angle of 272.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935AC3 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 90 | 195 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.24 |
| HSL | 272.57º | 0.47% | 0.56% | - |
| HSV(B) | 272.57º | 0.54% | 0.76% | - |
| XYZ | 25.54 | 17.46 | 53.65 | - |
| YUV | 119.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 195 | 0.25 | 0.54 | 0 | 0.24 | 272.57 | 0.47 | 0.56 |
| Hex | 93 | 5A | C3 | 19 | 36 | 0 | 18 | 111 | 2F | 38 |
| Octal | 223 | 132 | 303 | 31 | 66 | 0 | 30 | 421 | 57 | 70 |
| Binary | 10010011 | 1011010 | 11000011 | 11001 | 110110 | 0 | 11000 | 100010001 | 101111 | 111000 |
Color Harmonies of #935AC3
Complementary color
Monochromatic Colors of #935AC3
Black with #935AC3
Text Example
Text Example
White with #935AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AC3; }
p { color: rgb(147,90,195); }
H1.HeaderClassName
{
color: #935AC3;
}
.AnyTagClassName
{
color: #935AC3;
}
</style>
background-color css
<style>
a { background-color: #935AC3; }
a { background-color: rgb(147,90,195); }
div.DivClassName
{
background-color: #935AC3;
}
.BgClassName
{
background-color: #935AC3;
}
</style>
border-color css
<style>
span { border-color: #935AC3; }
span { border-color: rgb(147,90,195); }
td.TdClassName
{
border-color: #935AC3;
}
.TagClassName
{
border-color: #935AC3;
}
</style>