Shades of Deep Lilac #9645BC
Tints of Deep Lilac #9645BC
RGB
CMYK
RGB Variations
Color information
#9645BC (or 0x9645BC) is known color: Deep Lilac. HEX triplet: 96, 45 and BC. RGB value is (150,69,188). Sum of RGB (Red+Green+Blue) = 150+69+188=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #9645BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645BC is #69BA43. Grayscale: #6A6A6A. Windows color (decimal): -6928964 or 12338582. OLE color: 12338582.
HSL color Cylindrical-coordinate representation of color #9645BC: hue angle of 280.84º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9645BC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 69 | 188 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.26 |
| HSL | 280.84º | 0.47% | 0.5% | - |
| HSV(B) | 280.84º | 0.63% | 0.74% | - |
| XYZ | 23.78 | 14.37 | 49.1 | - |
| YUV | 106.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 188 | 0.20 | 0.63 | 0 | 0.26 | 280.84 | 0.47 | 0.5 |
| Hex | 96 | 45 | BC | 14 | 3F | 0 | 1A | 119 | 2F | 32 |
| Octal | 226 | 105 | 274 | 24 | 77 | 0 | 32 | 431 | 57 | 62 |
| Binary | 10010110 | 1000101 | 10111100 | 10100 | 111111 | 0 | 11010 | 100011001 | 101111 | 110010 |
Color Harmonies of #9645BC
Complementary color
Monochromatic Colors of #9645BC
Black with #9645BC
Text Example
Text Example
White with #9645BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645BC; }
p { color: rgb(150,69,188); }
H1.HeaderClassName
{
color: #9645BC;
}
.AnyTagClassName
{
color: #9645BC;
}
</style>
background-color css
<style>
a { background-color: #9645BC; }
a { background-color: rgb(150,69,188); }
div.DivClassName
{
background-color: #9645BC;
}
.BgClassName
{
background-color: #9645BC;
}
</style>
border-color css
<style>
span { border-color: #9645BC; }
span { border-color: rgb(150,69,188); }
td.TdClassName
{
border-color: #9645BC;
}
.TagClassName
{
border-color: #9645BC;
}
</style>