Shades of Deep Lilac #935CB6
Tints of Deep Lilac #935CB6
RGB
CMYK
RGB Variations
Color information
#935CB6 (or 0x935CB6) is known color: Deep Lilac. HEX triplet: 93, 5C and B6. RGB value is (147,92,182). Sum of RGB (Red+Green+Blue) = 147+92+182=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #935CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CB6 is #6CA349. Grayscale: #767676. Windows color (decimal): -7119690 or 11951251. OLE color: 11951251.
HSL color Cylindrical-coordinate representation of color #935CB6: hue angle of 276.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935CB6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 92 | 182 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.29 |
| HSL | 276.67º | 0.38% | 0.54% | - |
| HSV(B) | 276.67º | 0.49% | 0.71% | - |
| XYZ | 24.3 | 17.23 | 46.3 | - |
| YUV | 118.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 182 | 0.19 | 0.49 | 0 | 0.29 | 276.67 | 0.38 | 0.54 |
| Hex | 93 | 5C | B6 | 13 | 31 | 0 | 1D | 115 | 26 | 36 |
| Octal | 223 | 134 | 266 | 23 | 61 | 0 | 35 | 425 | 46 | 66 |
| Binary | 10010011 | 1011100 | 10110110 | 10011 | 110001 | 0 | 11101 | 100010101 | 100110 | 110110 |
Color Harmonies of #935CB6
Complementary color
Monochromatic Colors of #935CB6
Black with #935CB6
Text Example
Text Example
White with #935CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CB6; }
p { color: rgb(147,92,182); }
H1.HeaderClassName
{
color: #935CB6;
}
.AnyTagClassName
{
color: #935CB6;
}
</style>
background-color css
<style>
a { background-color: #935CB6; }
a { background-color: rgb(147,92,182); }
div.DivClassName
{
background-color: #935CB6;
}
.BgClassName
{
background-color: #935CB6;
}
</style>
border-color css
<style>
span { border-color: #935CB6; }
span { border-color: rgb(147,92,182); }
td.TdClassName
{
border-color: #935CB6;
}
.TagClassName
{
border-color: #935CB6;
}
</style>