Shades of Lilac Bush #9A6BC0
Tints of Lilac Bush #9A6BC0
RGB
CMYK
RGB Variations
Color information
#9A6BC0 (or 0x9A6BC0) is known color: Lilac Bush. HEX triplet: 9A, 6B and C0. RGB value is (154,107,192). Sum of RGB (Red+Green+Blue) = 154+107+192=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BC0 is #65943F. Grayscale: #828282. Windows color (decimal): -6657088 or 12610458. OLE color: 12610458.
HSL color Cylindrical-coordinate representation of color #9A6BC0: hue angle of 273.18º 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 #9A6BC0 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 107 | 192 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.25 |
| HSL | 273.18º | 0.4% | 0.59% | - |
| HSV(B) | 273.18º | 0.44% | 0.75% | - |
| XYZ | 28.1 | 21.19 | 52.48 | - |
| YUV | 130.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 192 | 0.20 | 0.44 | 0 | 0.25 | 273.18 | 0.4 | 0.59 |
| Hex | 9A | 6B | C0 | 14 | 2C | 0 | 19 | 111 | 28 | 3B |
| Octal | 232 | 153 | 300 | 24 | 54 | 0 | 31 | 421 | 50 | 73 |
| Binary | 10011010 | 1101011 | 11000000 | 10100 | 101100 | 0 | 11001 | 100010001 | 101000 | 111011 |
Color Harmonies of #9A6BC0
Complementary color
Monochromatic Colors of #9A6BC0
Black with #9A6BC0
Text Example
Text Example
White with #9A6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BC0; }
p { color: rgb(154,107,192); }
H1.HeaderClassName
{
color: #9A6BC0;
}
.AnyTagClassName
{
color: #9A6BC0;
}
</style>
background-color css
<style>
a { background-color: #9A6BC0; }
a { background-color: rgb(154,107,192); }
div.DivClassName
{
background-color: #9A6BC0;
}
.BgClassName
{
background-color: #9A6BC0;
}
</style>
border-color css
<style>
span { border-color: #9A6BC0; }
span { border-color: rgb(154,107,192); }
td.TdClassName
{
border-color: #9A6BC0;
}
.TagClassName
{
border-color: #9A6BC0;
}
</style>