Shades of Deep Lilac #934FCC
Tints of Deep Lilac #934FCC
RGB
CMYK
RGB Variations
Color information
#934FCC (or 0x934FCC) is known color: Deep Lilac. HEX triplet: 93, 4F and CC. RGB value is (147,79,204). Sum of RGB (Red+Green+Blue) = 147+79+204=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #934FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FCC is #6CB033. Grayscale: #717171. Windows color (decimal): -7122996 or 13389715. OLE color: 13389715.
HSL color Cylindrical-coordinate representation of color #934FCC: hue angle of 272.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #934FCC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 79 | 204 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.2 |
| HSL | 272.64º | 0.55% | 0.55% | - |
| HSV(B) | 272.64º | 0.61% | 0.8% | - |
| XYZ | 25.73 | 16.15 | 58.89 | - |
| YUV | 113.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 204 | 0.28 | 0.61 | 0 | 0.2 | 272.64 | 0.55 | 0.55 |
| Hex | 93 | 4F | CC | 1C | 3D | 0 | 14 | 111 | 37 | 37 |
| Octal | 223 | 117 | 314 | 34 | 75 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010011 | 1001111 | 11001100 | 11100 | 111101 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #934FCC
Complementary color
Monochromatic Colors of #934FCC
Black with #934FCC
Text Example
Text Example
White with #934FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FCC; }
p { color: rgb(147,79,204); }
H1.HeaderClassName
{
color: #934FCC;
}
.AnyTagClassName
{
color: #934FCC;
}
</style>
background-color css
<style>
a { background-color: #934FCC; }
a { background-color: rgb(147,79,204); }
div.DivClassName
{
background-color: #934FCC;
}
.BgClassName
{
background-color: #934FCC;
}
</style>
border-color css
<style>
span { border-color: #934FCC; }
span { border-color: rgb(147,79,204); }
td.TdClassName
{
border-color: #934FCC;
}
.TagClassName
{
border-color: #934FCC;
}
</style>