Shades of Deep Lilac #935EBE
Tints of Deep Lilac #935EBE
RGB
CMYK
RGB Variations
Color information
#935EBE (or 0x935EBE) is known color: Deep Lilac. HEX triplet: 93, 5E and BE. RGB value is (147,94,190). Sum of RGB (Red+Green+Blue) = 147+94+190=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #935EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EBE is #6CA141. Grayscale: #787878. Windows color (decimal): -7119170 or 12476051. OLE color: 12476051.
HSL color Cylindrical-coordinate representation of color #935EBE: hue angle of 273.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935EBE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 94 | 190 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.25 |
| HSL | 273.13º | 0.42% | 0.56% | - |
| HSV(B) | 273.13º | 0.51% | 0.75% | - |
| XYZ | 25.33 | 17.93 | 50.84 | - |
| YUV | 120.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 190 | 0.23 | 0.51 | 0 | 0.25 | 273.13 | 0.42 | 0.56 |
| Hex | 93 | 5E | BE | 17 | 33 | 0 | 19 | 111 | 2A | 38 |
| Octal | 223 | 136 | 276 | 27 | 63 | 0 | 31 | 421 | 52 | 70 |
| Binary | 10010011 | 1011110 | 10111110 | 10111 | 110011 | 0 | 11001 | 100010001 | 101010 | 111000 |
Color Harmonies of #935EBE
Complementary color
Monochromatic Colors of #935EBE
Black with #935EBE
Text Example
Text Example
White with #935EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EBE; }
p { color: rgb(147,94,190); }
H1.HeaderClassName
{
color: #935EBE;
}
.AnyTagClassName
{
color: #935EBE;
}
</style>
background-color css
<style>
a { background-color: #935EBE; }
a { background-color: rgb(147,94,190); }
div.DivClassName
{
background-color: #935EBE;
}
.BgClassName
{
background-color: #935EBE;
}
</style>
border-color css
<style>
span { border-color: #935EBE; }
span { border-color: rgb(147,94,190); }
td.TdClassName
{
border-color: #935EBE;
}
.TagClassName
{
border-color: #935EBE;
}
</style>