Shades of Deep Lilac #934ECB
Tints of Deep Lilac #934ECB
RGB
CMYK
RGB Variations
Color information
#934ECB (or 0x934ECB) is known color: Deep Lilac. HEX triplet: 93, 4E and CB. RGB value is (147,78,203). Sum of RGB (Red+Green+Blue) = 147+78+203=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #934ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ECB is #6CB134. Grayscale: #707070. Windows color (decimal): -7123253 or 13323923. OLE color: 13323923.
HSL color Cylindrical-coordinate representation of color #934ECB: hue angle of 273.12º 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 #934ECB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 78 | 203 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.20 |
| HSL | 273.12º | 0.55% | 0.55% | - |
| HSV(B) | 273.12º | 0.62% | 0.8% | - |
| XYZ | 25.54 | 15.96 | 58.24 | - |
| YUV | 112.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 203 | 0.28 | 0.62 | 0 | 0.20 | 273.12 | 0.55 | 0.55 |
| Hex | 93 | 4E | CB | 1C | 3E | 0 | 14 | 111 | 37 | 37 |
| Octal | 223 | 116 | 313 | 34 | 76 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010011 | 1001110 | 11001011 | 11100 | 111110 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #934ECB
Complementary color
Monochromatic Colors of #934ECB
Black with #934ECB
Text Example
Text Example
White with #934ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ECB; }
p { color: rgb(147,78,203); }
H1.HeaderClassName
{
color: #934ECB;
}
.AnyTagClassName
{
color: #934ECB;
}
</style>
background-color css
<style>
a { background-color: #934ECB; }
a { background-color: rgb(147,78,203); }
div.DivClassName
{
background-color: #934ECB;
}
.BgClassName
{
background-color: #934ECB;
}
</style>
border-color css
<style>
span { border-color: #934ECB; }
span { border-color: rgb(147,78,203); }
td.TdClassName
{
border-color: #934ECB;
}
.TagClassName
{
border-color: #934ECB;
}
</style>