Shades of Deep Lilac #934FCE
Tints of Deep Lilac #934FCE
RGB
CMYK
RGB Variations
Color information
#934FCE (or 0x934FCE) is known color: Deep Lilac. HEX triplet: 93, 4F and CE. RGB value is (147,79,206). Sum of RGB (Red+Green+Blue) = 147+79+206=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #934FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FCE is #6CB031. Grayscale: #717171. Windows color (decimal): -7122994 or 13520787. OLE color: 13520787.
HSL color Cylindrical-coordinate representation of color #934FCE: hue angle of 272.13º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934FCE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 79 | 206 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.19 |
| HSL | 272.13º | 0.56% | 0.56% | - |
| HSV(B) | 272.13º | 0.62% | 0.81% | - |
| XYZ | 25.97 | 16.25 | 60.16 | - |
| YUV | 113.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 206 | 0.29 | 0.62 | 0 | 0.19 | 272.13 | 0.56 | 0.56 |
| Hex | 93 | 4F | CE | 1D | 3E | 0 | 13 | 110 | 38 | 38 |
| Octal | 223 | 117 | 316 | 35 | 76 | 0 | 23 | 420 | 70 | 70 |
| Binary | 10010011 | 1001111 | 11001110 | 11101 | 111110 | 0 | 10011 | 100010000 | 111000 | 111000 |
Color Harmonies of #934FCE
Complementary color
Monochromatic Colors of #934FCE
Black with #934FCE
Text Example
Text Example
White with #934FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FCE; }
p { color: rgb(147,79,206); }
H1.HeaderClassName
{
color: #934FCE;
}
.AnyTagClassName
{
color: #934FCE;
}
</style>
background-color css
<style>
a { background-color: #934FCE; }
a { background-color: rgb(147,79,206); }
div.DivClassName
{
background-color: #934FCE;
}
.BgClassName
{
background-color: #934FCE;
}
</style>
border-color css
<style>
span { border-color: #934FCE; }
span { border-color: rgb(147,79,206); }
td.TdClassName
{
border-color: #934FCE;
}
.TagClassName
{
border-color: #934FCE;
}
</style>