Shades of Lilac Bush #9678C2
Tints of Lilac Bush #9678C2
RGB
CMYK
RGB Variations
Color information
#9678C2 (or 0x9678C2) is known color: Lilac Bush. HEX triplet: 96, 78 and C2. RGB value is (150,120,194). Sum of RGB (Red+Green+Blue) = 150+120+194=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #9678C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678C2 is #69873D. Grayscale: #898989. Windows color (decimal): -6915902 or 12744854. OLE color: 12744854.
HSL color Cylindrical-coordinate representation of color #9678C2: hue angle of 264.32º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9678C2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 120 | 194 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.24 |
| HSL | 264.32º | 0.38% | 0.62% | - |
| HSV(B) | 264.32º | 0.38% | 0.76% | - |
| XYZ | 29.03 | 23.81 | 54.1 | - |
| YUV | 137.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 194 | 0.23 | 0.38 | 0 | 0.24 | 264.32 | 0.38 | 0.62 |
| Hex | 96 | 78 | C2 | 17 | 26 | 0 | 18 | 108 | 26 | 3E |
| Octal | 226 | 170 | 302 | 27 | 46 | 0 | 30 | 410 | 46 | 76 |
| Binary | 10010110 | 1111000 | 11000010 | 10111 | 100110 | 0 | 11000 | 100001000 | 100110 | 111110 |
Color Harmonies of #9678C2
Complementary color
Monochromatic Colors of #9678C2
Black with #9678C2
Text Example
Text Example
White with #9678C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678C2; }
p { color: rgb(150,120,194); }
H1.HeaderClassName
{
color: #9678C2;
}
.AnyTagClassName
{
color: #9678C2;
}
</style>
background-color css
<style>
a { background-color: #9678C2; }
a { background-color: rgb(150,120,194); }
div.DivClassName
{
background-color: #9678C2;
}
.BgClassName
{
background-color: #9678C2;
}
</style>
border-color css
<style>
span { border-color: #9678C2; }
span { border-color: rgb(150,120,194); }
td.TdClassName
{
border-color: #9678C2;
}
.TagClassName
{
border-color: #9678C2;
}
</style>