Shades of Deep Lilac #935FBD
Tints of Deep Lilac #935FBD
RGB
CMYK
RGB Variations
Color information
#935FBD (or 0x935FBD) is known color: Deep Lilac. HEX triplet: 93, 5F and BD. RGB value is (147,95,189). Sum of RGB (Red+Green+Blue) = 147+95+189=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #935FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FBD is #6CA042. Grayscale: #787878. Windows color (decimal): -7118915 or 12410771. OLE color: 12410771.
HSL color Cylindrical-coordinate representation of color #935FBD: hue angle of 273.19º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935FBD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 95 | 189 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.26 |
| HSL | 273.19º | 0.42% | 0.56% | - |
| HSV(B) | 273.19º | 0.5% | 0.74% | - |
| XYZ | 25.31 | 18.06 | 50.3 | - |
| YUV | 121.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 189 | 0.22 | 0.50 | 0 | 0.26 | 273.19 | 0.42 | 0.56 |
| Hex | 93 | 5F | BD | 16 | 32 | 0 | 1A | 111 | 2A | 38 |
| Octal | 223 | 137 | 275 | 26 | 62 | 0 | 32 | 421 | 52 | 70 |
| Binary | 10010011 | 1011111 | 10111101 | 10110 | 110010 | 0 | 11010 | 100010001 | 101010 | 111000 |
Color Harmonies of #935FBD
Complementary color
Monochromatic Colors of #935FBD
Black with #935FBD
Text Example
Text Example
White with #935FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FBD; }
p { color: rgb(147,95,189); }
H1.HeaderClassName
{
color: #935FBD;
}
.AnyTagClassName
{
color: #935FBD;
}
</style>
background-color css
<style>
a { background-color: #935FBD; }
a { background-color: rgb(147,95,189); }
div.DivClassName
{
background-color: #935FBD;
}
.BgClassName
{
background-color: #935FBD;
}
</style>
border-color css
<style>
span { border-color: #935FBD; }
span { border-color: rgb(147,95,189); }
td.TdClassName
{
border-color: #935FBD;
}
.TagClassName
{
border-color: #935FBD;
}
</style>