Shades of Deep Lilac #934ECC
Tints of Deep Lilac #934ECC
RGB
CMYK
RGB Variations
Color information
#934ECC (or 0x934ECC) is known color: Deep Lilac. HEX triplet: 93, 4E and CC. RGB value is (147,78,204). Sum of RGB (Red+Green+Blue) = 147+78+204=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #934ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ECC is #6CB133. Grayscale: #707070. Windows color (decimal): -7123252 or 13389459. OLE color: 13389459.
HSL color Cylindrical-coordinate representation of color #934ECC: hue angle of 272.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934ECC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 78 | 204 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.2 |
| HSL | 272.86º | 0.55% | 0.55% | - |
| HSV(B) | 272.86º | 0.62% | 0.8% | - |
| XYZ | 25.66 | 16.01 | 58.87 | - |
| YUV | 113 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 204 | 0.28 | 0.62 | 0 | 0.2 | 272.86 | 0.55 | 0.55 |
| Hex | 93 | 4E | CC | 1C | 3E | 0 | 14 | 111 | 37 | 37 |
| Octal | 223 | 116 | 314 | 34 | 76 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010011 | 1001110 | 11001100 | 11100 | 111110 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #934ECC
Complementary color
Monochromatic Colors of #934ECC
Black with #934ECC
Text Example
Text Example
White with #934ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ECC; }
p { color: rgb(147,78,204); }
H1.HeaderClassName
{
color: #934ECC;
}
.AnyTagClassName
{
color: #934ECC;
}
</style>
background-color css
<style>
a { background-color: #934ECC; }
a { background-color: rgb(147,78,204); }
div.DivClassName
{
background-color: #934ECC;
}
.BgClassName
{
background-color: #934ECC;
}
</style>
border-color css
<style>
span { border-color: #934ECC; }
span { border-color: rgb(147,78,204); }
td.TdClassName
{
border-color: #934ECC;
}
.TagClassName
{
border-color: #934ECC;
}
</style>