Shades of Deep Lilac #934CC6
Tints of Deep Lilac #934CC6
RGB
CMYK
RGB Variations
Color information
#934CC6 (or 0x934CC6) is known color: Deep Lilac. HEX triplet: 93, 4C and C6. RGB value is (147,76,198). Sum of RGB (Red+Green+Blue) = 147+76+198=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #934CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CC6 is #6CB339. Grayscale: #6E6E6E. Windows color (decimal): -7123770 or 12995731. OLE color: 12995731.
HSL color Cylindrical-coordinate representation of color #934CC6: hue angle of 274.92º 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 #934CC6 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 76 | 198 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.22 |
| HSL | 274.92º | 0.52% | 0.54% | - |
| HSV(B) | 274.92º | 0.62% | 0.78% | - |
| XYZ | 24.81 | 15.45 | 55.1 | - |
| YUV | 111.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 198 | 0.26 | 0.62 | 0 | 0.22 | 274.92 | 0.52 | 0.54 |
| Hex | 93 | 4C | C6 | 1A | 3E | 0 | 16 | 113 | 34 | 36 |
| Octal | 223 | 114 | 306 | 32 | 76 | 0 | 26 | 423 | 64 | 66 |
| Binary | 10010011 | 1001100 | 11000110 | 11010 | 111110 | 0 | 10110 | 100010011 | 110100 | 110110 |
Color Harmonies of #934CC6
Complementary color
Monochromatic Colors of #934CC6
Black with #934CC6
Text Example
Text Example
White with #934CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CC6; }
p { color: rgb(147,76,198); }
H1.HeaderClassName
{
color: #934CC6;
}
.AnyTagClassName
{
color: #934CC6;
}
</style>
background-color css
<style>
a { background-color: #934CC6; }
a { background-color: rgb(147,76,198); }
div.DivClassName
{
background-color: #934CC6;
}
.BgClassName
{
background-color: #934CC6;
}
</style>
border-color css
<style>
span { border-color: #934CC6; }
span { border-color: rgb(147,76,198); }
td.TdClassName
{
border-color: #934CC6;
}
.TagClassName
{
border-color: #934CC6;
}
</style>