Shades of Deep Lilac #9648AC
Tints of Deep Lilac #9648AC
RGB
CMYK
RGB Variations
Color information
#9648AC (or 0x9648AC) is known color: Deep Lilac. HEX triplet: 96, 48 and AC. RGB value is (150,72,172). Sum of RGB (Red+Green+Blue) = 150+72+172=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #9648AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9648AC is #69B753. Grayscale: #6A6A6A. Windows color (decimal): -6928212 or 11290774. OLE color: 11290774.
HSL color Cylindrical-coordinate representation of color #9648AC: hue angle of 286.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9648AC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 72 | 172 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.33 |
| HSL | 286.8º | 0.41% | 0.48% | - |
| HSV(B) | 286.8º | 0.58% | 0.67% | - |
| XYZ | 22.34 | 14.1 | 40.57 | - |
| YUV | 106.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 172 | 0.13 | 0.58 | 0 | 0.33 | 286.8 | 0.41 | 0.48 |
| Hex | 96 | 48 | AC | D | 3A | 0 | 21 | 11F | 29 | 30 |
| Octal | 226 | 110 | 254 | 15 | 72 | 0 | 41 | 437 | 51 | 60 |
| Binary | 10010110 | 1001000 | 10101100 | 1101 | 111010 | 0 | 100001 | 100011111 | 101001 | 110000 |
Color Harmonies of #9648AC
Complementary color
Monochromatic Colors of #9648AC
Black with #9648AC
Text Example
Text Example
White with #9648AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9648AC; }
p { color: rgb(150,72,172); }
H1.HeaderClassName
{
color: #9648AC;
}
.AnyTagClassName
{
color: #9648AC;
}
</style>
background-color css
<style>
a { background-color: #9648AC; }
a { background-color: rgb(150,72,172); }
div.DivClassName
{
background-color: #9648AC;
}
.BgClassName
{
background-color: #9648AC;
}
</style>
border-color css
<style>
span { border-color: #9648AC; }
span { border-color: rgb(150,72,172); }
td.TdClassName
{
border-color: #9648AC;
}
.TagClassName
{
border-color: #9648AC;
}
</style>