Shades of Deep Lilac #934BC6
Tints of Deep Lilac #934BC6
RGB
CMYK
RGB Variations
Color information
#934BC6 (or 0x934BC6) is known color: Deep Lilac. HEX triplet: 93, 4B and C6. RGB value is (147,75,198). Sum of RGB (Red+Green+Blue) = 147+75+198=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #934BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BC6 is #6CB439. Grayscale: #6E6E6E. Windows color (decimal): -7124026 or 12995475. OLE color: 12995475.
HSL color Cylindrical-coordinate representation of color #934BC6: hue angle of 275.12º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934BC6 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 75 | 198 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.22 |
| HSL | 275.12º | 0.52% | 0.54% | - |
| HSV(B) | 275.12º | 0.62% | 0.78% | - |
| XYZ | 24.74 | 15.31 | 55.08 | - |
| YUV | 110.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 198 | 0.26 | 0.62 | 0 | 0.22 | 275.12 | 0.52 | 0.54 |
| Hex | 93 | 4B | C6 | 1A | 3E | 0 | 16 | 113 | 34 | 36 |
| Octal | 223 | 113 | 306 | 32 | 76 | 0 | 26 | 423 | 64 | 66 |
| Binary | 10010011 | 1001011 | 11000110 | 11010 | 111110 | 0 | 10110 | 100010011 | 110100 | 110110 |
Color Harmonies of #934BC6
Complementary color
Monochromatic Colors of #934BC6
Black with #934BC6
Text Example
Text Example
White with #934BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BC6; }
p { color: rgb(147,75,198); }
H1.HeaderClassName
{
color: #934BC6;
}
.AnyTagClassName
{
color: #934BC6;
}
</style>
background-color css
<style>
a { background-color: #934BC6; }
a { background-color: rgb(147,75,198); }
div.DivClassName
{
background-color: #934BC6;
}
.BgClassName
{
background-color: #934BC6;
}
</style>
border-color css
<style>
span { border-color: #934BC6; }
span { border-color: rgb(147,75,198); }
td.TdClassName
{
border-color: #934BC6;
}
.TagClassName
{
border-color: #934BC6;
}
</style>