Shades of Deep Lilac #9646BC
Tints of Deep Lilac #9646BC
RGB
CMYK
RGB Variations
Color information
#9646BC (or 0x9646BC) is known color: Deep Lilac. HEX triplet: 96, 46 and BC. RGB value is (150,70,188). Sum of RGB (Red+Green+Blue) = 150+70+188=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #9646BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646BC is #69B943. Grayscale: #6A6A6A. Windows color (decimal): -6928708 or 12338838. OLE color: 12338838.
HSL color Cylindrical-coordinate representation of color #9646BC: hue angle of 280.68º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9646BC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 70 | 188 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.26 |
| HSL | 280.68º | 0.47% | 0.51% | - |
| HSV(B) | 280.68º | 0.63% | 0.74% | - |
| XYZ | 23.84 | 14.5 | 49.12 | - |
| YUV | 107.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 188 | 0.20 | 0.63 | 0 | 0.26 | 280.68 | 0.47 | 0.51 |
| Hex | 96 | 46 | BC | 14 | 3F | 0 | 1A | 119 | 2F | 33 |
| Octal | 226 | 106 | 274 | 24 | 77 | 0 | 32 | 431 | 57 | 63 |
| Binary | 10010110 | 1000110 | 10111100 | 10100 | 111111 | 0 | 11010 | 100011001 | 101111 | 110011 |
Color Harmonies of #9646BC
Complementary color
Monochromatic Colors of #9646BC
Black with #9646BC
Text Example
Text Example
White with #9646BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9646BC; }
p { color: rgb(150,70,188); }
H1.HeaderClassName
{
color: #9646BC;
}
.AnyTagClassName
{
color: #9646BC;
}
</style>
background-color css
<style>
a { background-color: #9646BC; }
a { background-color: rgb(150,70,188); }
div.DivClassName
{
background-color: #9646BC;
}
.BgClassName
{
background-color: #9646BC;
}
</style>
border-color css
<style>
span { border-color: #9646BC; }
span { border-color: rgb(150,70,188); }
td.TdClassName
{
border-color: #9646BC;
}
.TagClassName
{
border-color: #9646BC;
}
</style>