Shades of Deep Lilac #9A63BB
Tints of Deep Lilac #9A63BB
RGB
CMYK
RGB Variations
Color information
#9A63BB (or 0x9A63BB) is known color: Deep Lilac. HEX triplet: 9A, 63 and BB. RGB value is (154,99,187). Sum of RGB (Red+Green+Blue) = 154+99+187=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A63BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63BB is #659C44. Grayscale: #7D7D7D. Windows color (decimal): -6659141 or 12280730. OLE color: 12280730.
HSL color Cylindrical-coordinate representation of color #9A63BB: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A63BB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 99 | 187 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.27 |
| HSL | 277.5º | 0.39% | 0.56% | - |
| HSV(B) | 277.5º | 0.47% | 0.73% | - |
| XYZ | 26.76 | 19.38 | 49.34 | - |
| YUV | 125.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 187 | 0.18 | 0.47 | 0 | 0.27 | 277.5 | 0.39 | 0.56 |
| Hex | 9A | 63 | BB | 12 | 2F | 0 | 1B | 116 | 27 | 38 |
| Octal | 232 | 143 | 273 | 22 | 57 | 0 | 33 | 426 | 47 | 70 |
| Binary | 10011010 | 1100011 | 10111011 | 10010 | 101111 | 0 | 11011 | 100010110 | 100111 | 111000 |
Color Harmonies of #9A63BB
Complementary color
Monochromatic Colors of #9A63BB
Black with #9A63BB
Text Example
Text Example
White with #9A63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63BB; }
p { color: rgb(154,99,187); }
H1.HeaderClassName
{
color: #9A63BB;
}
.AnyTagClassName
{
color: #9A63BB;
}
</style>
background-color css
<style>
a { background-color: #9A63BB; }
a { background-color: rgb(154,99,187); }
div.DivClassName
{
background-color: #9A63BB;
}
.BgClassName
{
background-color: #9A63BB;
}
</style>
border-color css
<style>
span { border-color: #9A63BB; }
span { border-color: rgb(154,99,187); }
td.TdClassName
{
border-color: #9A63BB;
}
.TagClassName
{
border-color: #9A63BB;
}
</style>