Shades of Deep Lilac #935CBE
Tints of Deep Lilac #935CBE
RGB
CMYK
RGB Variations
Color information
#935CBE (or 0x935CBE) is known color: Deep Lilac. HEX triplet: 93, 5C and BE. RGB value is (147,92,190). Sum of RGB (Red+Green+Blue) = 147+92+190=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #935CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CBE is #6CA341. Grayscale: #777777. Windows color (decimal): -7119682 or 12475539. OLE color: 12475539.
HSL color Cylindrical-coordinate representation of color #935CBE: hue angle of 273.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935CBE is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 92 | 190 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.25 |
| HSL | 273.67º | 0.43% | 0.55% | - |
| HSV(B) | 273.67º | 0.52% | 0.75% | - |
| XYZ | 25.15 | 17.58 | 50.78 | - |
| YUV | 119.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 190 | 0.23 | 0.52 | 0 | 0.25 | 273.67 | 0.43 | 0.55 |
| Hex | 93 | 5C | BE | 17 | 34 | 0 | 19 | 112 | 2B | 37 |
| Octal | 223 | 134 | 276 | 27 | 64 | 0 | 31 | 422 | 53 | 67 |
| Binary | 10010011 | 1011100 | 10111110 | 10111 | 110100 | 0 | 11001 | 100010010 | 101011 | 110111 |
Color Harmonies of #935CBE
Complementary color
Monochromatic Colors of #935CBE
Black with #935CBE
Text Example
Text Example
White with #935CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CBE; }
p { color: rgb(147,92,190); }
H1.HeaderClassName
{
color: #935CBE;
}
.AnyTagClassName
{
color: #935CBE;
}
</style>
background-color css
<style>
a { background-color: #935CBE; }
a { background-color: rgb(147,92,190); }
div.DivClassName
{
background-color: #935CBE;
}
.BgClassName
{
background-color: #935CBE;
}
</style>
border-color css
<style>
span { border-color: #935CBE; }
span { border-color: rgb(147,92,190); }
td.TdClassName
{
border-color: #935CBE;
}
.TagClassName
{
border-color: #935CBE;
}
</style>