Shades of Lilac Bush #967DC2
Tints of Lilac Bush #967DC2
RGB
CMYK
RGB Variations
Color information
#967DC2 (or 0x967DC2) is known color: Lilac Bush. HEX triplet: 96, 7D and C2. RGB value is (150,125,194). Sum of RGB (Red+Green+Blue) = 150+125+194=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #967DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DC2 is #69823D. Grayscale: #8C8C8C. Windows color (decimal): -6914622 or 12746134. OLE color: 12746134.
HSL color Cylindrical-coordinate representation of color #967DC2: hue angle of 261.74º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967DC2 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 125 | 194 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.24 |
| HSL | 261.74º | 0.36% | 0.63% | - |
| HSV(B) | 261.74º | 0.36% | 0.76% | - |
| XYZ | 29.65 | 25.05 | 54.31 | - |
| YUV | 140.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 194 | 0.23 | 0.36 | 0 | 0.24 | 261.74 | 0.36 | 0.63 |
| Hex | 96 | 7D | C2 | 17 | 24 | 0 | 18 | 106 | 24 | 3F |
| Octal | 226 | 175 | 302 | 27 | 44 | 0 | 30 | 406 | 44 | 77 |
| Binary | 10010110 | 1111101 | 11000010 | 10111 | 100100 | 0 | 11000 | 100000110 | 100100 | 111111 |
Color Harmonies of #967DC2
Complementary color
Monochromatic Colors of #967DC2
Black with #967DC2
Text Example
Text Example
White with #967DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DC2; }
p { color: rgb(150,125,194); }
H1.HeaderClassName
{
color: #967DC2;
}
.AnyTagClassName
{
color: #967DC2;
}
</style>
background-color css
<style>
a { background-color: #967DC2; }
a { background-color: rgb(150,125,194); }
div.DivClassName
{
background-color: #967DC2;
}
.BgClassName
{
background-color: #967DC2;
}
</style>
border-color css
<style>
span { border-color: #967DC2; }
span { border-color: rgb(150,125,194); }
td.TdClassName
{
border-color: #967DC2;
}
.TagClassName
{
border-color: #967DC2;
}
</style>