Shades of Deep Lilac #935AC1
Tints of Deep Lilac #935AC1
RGB
CMYK
RGB Variations
Color information
#935AC1 (or 0x935AC1) is known color: Deep Lilac. HEX triplet: 93, 5A and C1. RGB value is (147,90,193). Sum of RGB (Red+Green+Blue) = 147+90+193=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #935AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AC1 is #6CA53E. Grayscale: #767676. Windows color (decimal): -7120191 or 12671635. OLE color: 12671635.
HSL color Cylindrical-coordinate representation of color #935AC1: hue angle of 273.2º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #935AC1 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 90 | 193 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.24 |
| HSL | 273.2º | 0.45% | 0.55% | - |
| HSV(B) | 273.2º | 0.53% | 0.76% | - |
| XYZ | 25.31 | 17.37 | 52.47 | - |
| YUV | 118.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 193 | 0.24 | 0.53 | 0 | 0.24 | 273.2 | 0.45 | 0.55 |
| Hex | 93 | 5A | C1 | 18 | 35 | 0 | 18 | 111 | 2D | 37 |
| Octal | 223 | 132 | 301 | 30 | 65 | 0 | 30 | 421 | 55 | 67 |
| Binary | 10010011 | 1011010 | 11000001 | 11000 | 110101 | 0 | 11000 | 100010001 | 101101 | 110111 |
Color Harmonies of #935AC1
Complementary color
Monochromatic Colors of #935AC1
Black with #935AC1
Text Example
Text Example
White with #935AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AC1; }
p { color: rgb(147,90,193); }
H1.HeaderClassName
{
color: #935AC1;
}
.AnyTagClassName
{
color: #935AC1;
}
</style>
background-color css
<style>
a { background-color: #935AC1; }
a { background-color: rgb(147,90,193); }
div.DivClassName
{
background-color: #935AC1;
}
.BgClassName
{
background-color: #935AC1;
}
</style>
border-color css
<style>
span { border-color: #935AC1; }
span { border-color: rgb(147,90,193); }
td.TdClassName
{
border-color: #935AC1;
}
.TagClassName
{
border-color: #935AC1;
}
</style>