Shades of Deep Lilac #935CC1
Tints of Deep Lilac #935CC1
RGB
CMYK
RGB Variations
Color information
#935CC1 (or 0x935CC1) is known color: Deep Lilac. HEX triplet: 93, 5C and C1. RGB value is (147,92,193). Sum of RGB (Red+Green+Blue) = 147+92+193=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #935CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CC1 is #6CA33E. Grayscale: #777777. Windows color (decimal): -7119679 or 12672147. OLE color: 12672147.
HSL color Cylindrical-coordinate representation of color #935CC1: hue angle of 272.67º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935CC1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 92 | 193 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.24 |
| HSL | 272.67º | 0.45% | 0.56% | - |
| HSV(B) | 272.67º | 0.52% | 0.76% | - |
| XYZ | 25.49 | 17.71 | 52.53 | - |
| YUV | 119.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 193 | 0.24 | 0.52 | 0 | 0.24 | 272.67 | 0.45 | 0.56 |
| Hex | 93 | 5C | C1 | 18 | 34 | 0 | 18 | 111 | 2D | 38 |
| Octal | 223 | 134 | 301 | 30 | 64 | 0 | 30 | 421 | 55 | 70 |
| Binary | 10010011 | 1011100 | 11000001 | 11000 | 110100 | 0 | 11000 | 100010001 | 101101 | 111000 |
Color Harmonies of #935CC1
Complementary color
Monochromatic Colors of #935CC1
Black with #935CC1
Text Example
Text Example
White with #935CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CC1; }
p { color: rgb(147,92,193); }
H1.HeaderClassName
{
color: #935CC1;
}
.AnyTagClassName
{
color: #935CC1;
}
</style>
background-color css
<style>
a { background-color: #935CC1; }
a { background-color: rgb(147,92,193); }
div.DivClassName
{
background-color: #935CC1;
}
.BgClassName
{
background-color: #935CC1;
}
</style>
border-color css
<style>
span { border-color: #935CC1; }
span { border-color: rgb(147,92,193); }
td.TdClassName
{
border-color: #935CC1;
}
.TagClassName
{
border-color: #935CC1;
}
</style>