Shades of Deep Lilac #934DCE
Tints of Deep Lilac #934DCE
RGB
CMYK
RGB Variations
Color information
#934DCE (or 0x934DCE) is known color: Deep Lilac. HEX triplet: 93, 4D and CE. RGB value is (147,77,206). Sum of RGB (Red+Green+Blue) = 147+77+206=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #934DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DCE is #6CB231. Grayscale: #707070. Windows color (decimal): -7123506 or 13520275. OLE color: 13520275.
HSL color Cylindrical-coordinate representation of color #934DCE: hue angle of 272.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934DCE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 77 | 206 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.19 |
| HSL | 272.56º | 0.57% | 0.55% | - |
| HSV(B) | 272.56º | 0.63% | 0.81% | - |
| XYZ | 25.83 | 15.97 | 60.11 | - |
| YUV | 112.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 206 | 0.29 | 0.63 | 0 | 0.19 | 272.56 | 0.57 | 0.55 |
| Hex | 93 | 4D | CE | 1D | 3F | 0 | 13 | 111 | 39 | 37 |
| Octal | 223 | 115 | 316 | 35 | 77 | 0 | 23 | 421 | 71 | 67 |
| Binary | 10010011 | 1001101 | 11001110 | 11101 | 111111 | 0 | 10011 | 100010001 | 111001 | 110111 |
Color Harmonies of #934DCE
Complementary color
Monochromatic Colors of #934DCE
Black with #934DCE
Text Example
Text Example
White with #934DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DCE; }
p { color: rgb(147,77,206); }
H1.HeaderClassName
{
color: #934DCE;
}
.AnyTagClassName
{
color: #934DCE;
}
</style>
background-color css
<style>
a { background-color: #934DCE; }
a { background-color: rgb(147,77,206); }
div.DivClassName
{
background-color: #934DCE;
}
.BgClassName
{
background-color: #934DCE;
}
</style>
border-color css
<style>
span { border-color: #934DCE; }
span { border-color: rgb(147,77,206); }
td.TdClassName
{
border-color: #934DCE;
}
.TagClassName
{
border-color: #934DCE;
}
</style>