Shades of Deep Lilac #9648BC
Tints of Deep Lilac #9648BC
RGB
CMYK
RGB Variations
Color information
#9648BC (or 0x9648BC) is known color: Deep Lilac. HEX triplet: 96, 48 and BC. RGB value is (150,72,188). Sum of RGB (Red+Green+Blue) = 150+72+188=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #9648BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648BC is #69B743. Grayscale: #6C6C6C. Windows color (decimal): -6928196 or 12339350. OLE color: 12339350.
HSL color Cylindrical-coordinate representation of color #9648BC: hue angle of 280.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9648BC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 72 | 188 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.26 |
| HSL | 280.34º | 0.46% | 0.51% | - |
| HSV(B) | 280.34º | 0.62% | 0.74% | - |
| XYZ | 23.97 | 14.75 | 49.16 | - |
| YUV | 108.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 188 | 0.20 | 0.62 | 0 | 0.26 | 280.34 | 0.46 | 0.51 |
| Hex | 96 | 48 | BC | 14 | 3E | 0 | 1A | 118 | 2E | 33 |
| Octal | 226 | 110 | 274 | 24 | 76 | 0 | 32 | 430 | 56 | 63 |
| Binary | 10010110 | 1001000 | 10111100 | 10100 | 111110 | 0 | 11010 | 100011000 | 101110 | 110011 |
Color Harmonies of #9648BC
Complementary color
Monochromatic Colors of #9648BC
Black with #9648BC
Text Example
Text Example
White with #9648BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9648BC; }
p { color: rgb(150,72,188); }
H1.HeaderClassName
{
color: #9648BC;
}
.AnyTagClassName
{
color: #9648BC;
}
</style>
background-color css
<style>
a { background-color: #9648BC; }
a { background-color: rgb(150,72,188); }
div.DivClassName
{
background-color: #9648BC;
}
.BgClassName
{
background-color: #9648BC;
}
</style>
border-color css
<style>
span { border-color: #9648BC; }
span { border-color: rgb(150,72,188); }
td.TdClassName
{
border-color: #9648BC;
}
.TagClassName
{
border-color: #9648BC;
}
</style>