Shades of Lilac Bush #9677C4
Tints of Lilac Bush #9677C4
RGB
CMYK
RGB Variations
Color information
#9677C4 (or 0x9677C4) is known color: Lilac Bush. HEX triplet: 96, 77 and C4. RGB value is (150,119,196). Sum of RGB (Red+Green+Blue) = 150+119+196=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #9677C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677C4 is #69883B. Grayscale: #888888. Windows color (decimal): -6916156 or 12875670. OLE color: 12875670.
HSL color Cylindrical-coordinate representation of color #9677C4: hue angle of 264.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9677C4 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 119 | 196 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.23 |
| HSL | 264.16º | 0.39% | 0.62% | - |
| HSV(B) | 264.16º | 0.39% | 0.77% | - |
| XYZ | 29.14 | 23.66 | 55.26 | - |
| YUV | 137.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 196 | 0.23 | 0.39 | 0 | 0.23 | 264.16 | 0.39 | 0.62 |
| Hex | 96 | 77 | C4 | 17 | 27 | 0 | 17 | 108 | 27 | 3E |
| Octal | 226 | 167 | 304 | 27 | 47 | 0 | 27 | 410 | 47 | 76 |
| Binary | 10010110 | 1110111 | 11000100 | 10111 | 100111 | 0 | 10111 | 100001000 | 100111 | 111110 |
Color Harmonies of #9677C4
Complementary color
Monochromatic Colors of #9677C4
Black with #9677C4
Text Example
Text Example
White with #9677C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9677C4; }
p { color: rgb(150,119,196); }
H1.HeaderClassName
{
color: #9677C4;
}
.AnyTagClassName
{
color: #9677C4;
}
</style>
background-color css
<style>
a { background-color: #9677C4; }
a { background-color: rgb(150,119,196); }
div.DivClassName
{
background-color: #9677C4;
}
.BgClassName
{
background-color: #9677C4;
}
</style>
border-color css
<style>
span { border-color: #9677C4; }
span { border-color: rgb(150,119,196); }
td.TdClassName
{
border-color: #9677C4;
}
.TagClassName
{
border-color: #9677C4;
}
</style>