Shades of Deep Lilac #934FBA
Tints of Deep Lilac #934FBA
RGB
CMYK
RGB Variations
Color information
#934FBA (or 0x934FBA) is known color: Deep Lilac. HEX triplet: 93, 4F and BA. RGB value is (147,79,186). Sum of RGB (Red+Green+Blue) = 147+79+186=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #934FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FBA is #6CB045. Grayscale: #6F6F6F. Windows color (decimal): -7123014 or 12210067. OLE color: 12210067.
HSL color Cylindrical-coordinate representation of color #934FBA: hue angle of 278.13º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #934FBA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 79 | 186 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.27 |
| HSL | 278.13º | 0.44% | 0.52% | - |
| HSV(B) | 278.13º | 0.58% | 0.73% | - |
| XYZ | 23.69 | 15.34 | 48.17 | - |
| YUV | 111.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 186 | 0.21 | 0.58 | 0 | 0.27 | 278.13 | 0.44 | 0.52 |
| Hex | 93 | 4F | BA | 15 | 3A | 0 | 1B | 116 | 2C | 34 |
| Octal | 223 | 117 | 272 | 25 | 72 | 0 | 33 | 426 | 54 | 64 |
| Binary | 10010011 | 1001111 | 10111010 | 10101 | 111010 | 0 | 11011 | 100010110 | 101100 | 110100 |
Color Harmonies of #934FBA
Complementary color
Monochromatic Colors of #934FBA
Black with #934FBA
Text Example
Text Example
White with #934FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FBA; }
p { color: rgb(147,79,186); }
H1.HeaderClassName
{
color: #934FBA;
}
.AnyTagClassName
{
color: #934FBA;
}
</style>
background-color css
<style>
a { background-color: #934FBA; }
a { background-color: rgb(147,79,186); }
div.DivClassName
{
background-color: #934FBA;
}
.BgClassName
{
background-color: #934FBA;
}
</style>
border-color css
<style>
span { border-color: #934FBA; }
span { border-color: rgb(147,79,186); }
td.TdClassName
{
border-color: #934FBA;
}
.TagClassName
{
border-color: #934FBA;
}
</style>