Shades of Deep Lilac #934AC0
Tints of Deep Lilac #934AC0
RGB
CMYK
RGB Variations
Color information
#934AC0 (or 0x934AC0) is known color: Deep Lilac. HEX triplet: 93, 4A and C0. RGB value is (147,74,192). Sum of RGB (Red+Green+Blue) = 147+74+192=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #934AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AC0 is #6CB53F. Grayscale: #6C6C6C. Windows color (decimal): -7124288 or 12602003. OLE color: 12602003.
HSL color Cylindrical-coordinate representation of color #934AC0: hue angle of 277.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #934AC0 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 74 | 192 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.25 |
| HSL | 277.12º | 0.48% | 0.52% | - |
| HSV(B) | 277.12º | 0.61% | 0.75% | - |
| XYZ | 24 | 14.91 | 51.48 | - |
| YUV | 109.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 192 | 0.23 | 0.61 | 0 | 0.25 | 277.12 | 0.48 | 0.52 |
| Hex | 93 | 4A | C0 | 17 | 3D | 0 | 19 | 115 | 30 | 34 |
| Octal | 223 | 112 | 300 | 27 | 75 | 0 | 31 | 425 | 60 | 64 |
| Binary | 10010011 | 1001010 | 11000000 | 10111 | 111101 | 0 | 11001 | 100010101 | 110000 | 110100 |
Color Harmonies of #934AC0
Complementary color
Monochromatic Colors of #934AC0
Black with #934AC0
Text Example
Text Example
White with #934AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AC0; }
p { color: rgb(147,74,192); }
H1.HeaderClassName
{
color: #934AC0;
}
.AnyTagClassName
{
color: #934AC0;
}
</style>
background-color css
<style>
a { background-color: #934AC0; }
a { background-color: rgb(147,74,192); }
div.DivClassName
{
background-color: #934AC0;
}
.BgClassName
{
background-color: #934AC0;
}
</style>
border-color css
<style>
span { border-color: #934AC0; }
span { border-color: rgb(147,74,192); }
td.TdClassName
{
border-color: #934AC0;
}
.TagClassName
{
border-color: #934AC0;
}
</style>