Shades of Deep Lilac #9645C0
Tints of Deep Lilac #9645C0
RGB
CMYK
RGB Variations
Color information
#9645C0 (or 0x9645C0) is known color: Deep Lilac. HEX triplet: 96, 45 and C0. RGB value is (150,69,192). Sum of RGB (Red+Green+Blue) = 150+69+192=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #9645C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645C0 is #69BA3F. Grayscale: #6A6A6A. Windows color (decimal): -6928960 or 12600726. OLE color: 12600726.
HSL color Cylindrical-coordinate representation of color #9645C0: hue angle of 279.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9645C0 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 69 | 192 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.25 |
| HSL | 279.51º | 0.49% | 0.51% | - |
| HSV(B) | 279.51º | 0.64% | 0.75% | - |
| XYZ | 24.22 | 14.55 | 51.4 | - |
| YUV | 107.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 192 | 0.22 | 0.64 | 0 | 0.25 | 279.51 | 0.49 | 0.51 |
| Hex | 96 | 45 | C0 | 16 | 40 | 0 | 19 | 118 | 31 | 33 |
| Octal | 226 | 105 | 300 | 26 | 100 | 0 | 31 | 430 | 61 | 63 |
| Binary | 10010110 | 1000101 | 11000000 | 10110 | 1000000 | 0 | 11001 | 100011000 | 110001 | 110011 |
Color Harmonies of #9645C0
Complementary color
Monochromatic Colors of #9645C0
Black with #9645C0
Text Example
Text Example
White with #9645C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645C0; }
p { color: rgb(150,69,192); }
H1.HeaderClassName
{
color: #9645C0;
}
.AnyTagClassName
{
color: #9645C0;
}
</style>
background-color css
<style>
a { background-color: #9645C0; }
a { background-color: rgb(150,69,192); }
div.DivClassName
{
background-color: #9645C0;
}
.BgClassName
{
background-color: #9645C0;
}
</style>
border-color css
<style>
span { border-color: #9645C0; }
span { border-color: rgb(150,69,192); }
td.TdClassName
{
border-color: #9645C0;
}
.TagClassName
{
border-color: #9645C0;
}
</style>