Shades of Deep Lilac #934DC9
Tints of Deep Lilac #934DC9
RGB
CMYK
RGB Variations
Color information
#934DC9 (or 0x934DC9) is known color: Deep Lilac. HEX triplet: 93, 4D and C9. RGB value is (147,77,201). Sum of RGB (Red+Green+Blue) = 147+77+201=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #934DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DC9 is #6CB236. Grayscale: #6F6F6F. Windows color (decimal): -7123511 or 13192595. OLE color: 13192595.
HSL color Cylindrical-coordinate representation of color #934DC9: hue angle of 273.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934DC9 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 77 | 201 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.21 |
| HSL | 273.87º | 0.53% | 0.55% | - |
| HSV(B) | 273.87º | 0.62% | 0.79% | - |
| XYZ | 25.23 | 15.73 | 56.96 | - |
| YUV | 112.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 201 | 0.27 | 0.62 | 0 | 0.21 | 273.87 | 0.53 | 0.55 |
| Hex | 93 | 4D | C9 | 1B | 3E | 0 | 15 | 112 | 35 | 37 |
| Octal | 223 | 115 | 311 | 33 | 76 | 0 | 25 | 422 | 65 | 67 |
| Binary | 10010011 | 1001101 | 11001001 | 11011 | 111110 | 0 | 10101 | 100010010 | 110101 | 110111 |
Color Harmonies of #934DC9
Complementary color
Monochromatic Colors of #934DC9
Black with #934DC9
Text Example
Text Example
White with #934DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DC9; }
p { color: rgb(147,77,201); }
H1.HeaderClassName
{
color: #934DC9;
}
.AnyTagClassName
{
color: #934DC9;
}
</style>
background-color css
<style>
a { background-color: #934DC9; }
a { background-color: rgb(147,77,201); }
div.DivClassName
{
background-color: #934DC9;
}
.BgClassName
{
background-color: #934DC9;
}
</style>
border-color css
<style>
span { border-color: #934DC9; }
span { border-color: rgb(147,77,201); }
td.TdClassName
{
border-color: #934DC9;
}
.TagClassName
{
border-color: #934DC9;
}
</style>