Shades of Deep Lilac #934FBE
Tints of Deep Lilac #934FBE
RGB
CMYK
RGB Variations
Color information
#934FBE (or 0x934FBE) is known color: Deep Lilac. HEX triplet: 93, 4F and BE. RGB value is (147,79,190). Sum of RGB (Red+Green+Blue) = 147+79+190=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #934FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FBE is #6CB041. Grayscale: #6F6F6F. Windows color (decimal): -7123010 or 12472211. OLE color: 12472211.
HSL color Cylindrical-coordinate representation of color #934FBE: hue angle of 276.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #934FBE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 79 | 190 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.25 |
| HSL | 276.76º | 0.46% | 0.53% | - |
| HSV(B) | 276.76º | 0.58% | 0.75% | - |
| XYZ | 24.12 | 15.51 | 50.44 | - |
| YUV | 111.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 190 | 0.23 | 0.58 | 0 | 0.25 | 276.76 | 0.46 | 0.53 |
| Hex | 93 | 4F | BE | 17 | 3A | 0 | 19 | 115 | 2E | 35 |
| Octal | 223 | 117 | 276 | 27 | 72 | 0 | 31 | 425 | 56 | 65 |
| Binary | 10010011 | 1001111 | 10111110 | 10111 | 111010 | 0 | 11001 | 100010101 | 101110 | 110101 |
Color Harmonies of #934FBE
Complementary color
Monochromatic Colors of #934FBE
Black with #934FBE
Text Example
Text Example
White with #934FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FBE; }
p { color: rgb(147,79,190); }
H1.HeaderClassName
{
color: #934FBE;
}
.AnyTagClassName
{
color: #934FBE;
}
</style>
background-color css
<style>
a { background-color: #934FBE; }
a { background-color: rgb(147,79,190); }
div.DivClassName
{
background-color: #934FBE;
}
.BgClassName
{
background-color: #934FBE;
}
</style>
border-color css
<style>
span { border-color: #934FBE; }
span { border-color: rgb(147,79,190); }
td.TdClassName
{
border-color: #934FBE;
}
.TagClassName
{
border-color: #934FBE;
}
</style>