Shades of Lilac Bush #9A6CC0
Tints of Lilac Bush #9A6CC0
RGB
CMYK
RGB Variations
Color information
#9A6CC0 (or 0x9A6CC0) is known color: Lilac Bush. HEX triplet: 9A, 6C and C0. RGB value is (154,108,192). Sum of RGB (Red+Green+Blue) = 154+108+192=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A6CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CC0 is #65933F. Grayscale: #838383. Windows color (decimal): -6656832 or 12610714. OLE color: 12610714.
HSL color Cylindrical-coordinate representation of color #9A6CC0: hue angle of 272.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A6CC0 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 108 | 192 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.25 |
| HSL | 272.86º | 0.4% | 0.59% | - |
| HSV(B) | 272.86º | 0.44% | 0.75% | - |
| XYZ | 28.2 | 21.4 | 52.51 | - |
| YUV | 131.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 192 | 0.20 | 0.44 | 0 | 0.25 | 272.86 | 0.4 | 0.59 |
| Hex | 9A | 6C | C0 | 14 | 2C | 0 | 19 | 111 | 28 | 3B |
| Octal | 232 | 154 | 300 | 24 | 54 | 0 | 31 | 421 | 50 | 73 |
| Binary | 10011010 | 1101100 | 11000000 | 10100 | 101100 | 0 | 11001 | 100010001 | 101000 | 111011 |
Color Harmonies of #9A6CC0
Complementary color
Monochromatic Colors of #9A6CC0
Black with #9A6CC0
Text Example
Text Example
White with #9A6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CC0; }
p { color: rgb(154,108,192); }
H1.HeaderClassName
{
color: #9A6CC0;
}
.AnyTagClassName
{
color: #9A6CC0;
}
</style>
background-color css
<style>
a { background-color: #9A6CC0; }
a { background-color: rgb(154,108,192); }
div.DivClassName
{
background-color: #9A6CC0;
}
.BgClassName
{
background-color: #9A6CC0;
}
</style>
border-color css
<style>
span { border-color: #9A6CC0; }
span { border-color: rgb(154,108,192); }
td.TdClassName
{
border-color: #9A6CC0;
}
.TagClassName
{
border-color: #9A6CC0;
}
</style>