Shades of Deep Lilac #9A64BA
Tints of Deep Lilac #9A64BA
RGB
CMYK
RGB Variations
Color information
#9A64BA (or 0x9A64BA) is known color: Deep Lilac. HEX triplet: 9A, 64 and BA. RGB value is (154,100,186). Sum of RGB (Red+Green+Blue) = 154+100+186=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64BA is #659B45. Grayscale: #7D7D7D. Windows color (decimal): -6658886 or 12215450. OLE color: 12215450.
HSL color Cylindrical-coordinate representation of color #9A64BA: hue angle of 277.67º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A64BA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 100 | 186 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.27 |
| HSL | 277.67º | 0.38% | 0.56% | - |
| HSV(B) | 277.67º | 0.46% | 0.73% | - |
| XYZ | 26.75 | 19.53 | 48.81 | - |
| YUV | 125.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 186 | 0.17 | 0.46 | 0 | 0.27 | 277.67 | 0.38 | 0.56 |
| Hex | 9A | 64 | BA | 11 | 2E | 0 | 1B | 116 | 26 | 38 |
| Octal | 232 | 144 | 272 | 21 | 56 | 0 | 33 | 426 | 46 | 70 |
| Binary | 10011010 | 1100100 | 10111010 | 10001 | 101110 | 0 | 11011 | 100010110 | 100110 | 111000 |
Color Harmonies of #9A64BA
Complementary color
Monochromatic Colors of #9A64BA
Black with #9A64BA
Text Example
Text Example
White with #9A64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A64BA; }
p { color: rgb(154,100,186); }
H1.HeaderClassName
{
color: #9A64BA;
}
.AnyTagClassName
{
color: #9A64BA;
}
</style>
background-color css
<style>
a { background-color: #9A64BA; }
a { background-color: rgb(154,100,186); }
div.DivClassName
{
background-color: #9A64BA;
}
.BgClassName
{
background-color: #9A64BA;
}
</style>
border-color css
<style>
span { border-color: #9A64BA; }
span { border-color: rgb(154,100,186); }
td.TdClassName
{
border-color: #9A64BA;
}
.TagClassName
{
border-color: #9A64BA;
}
</style>