Shades of Lilac Bush #967CC2
Tints of Lilac Bush #967CC2
RGB
CMYK
RGB Variations
Color information
#967CC2 (or 0x967CC2) is known color: Lilac Bush. HEX triplet: 96, 7C and C2. RGB value is (150,124,194). Sum of RGB (Red+Green+Blue) = 150+124+194=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #967CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CC2 is #69833D. Grayscale: #8B8B8B. Windows color (decimal): -6914878 or 12745878. OLE color: 12745878.
HSL color Cylindrical-coordinate representation of color #967CC2: hue angle of 262.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967CC2 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 124 | 194 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.24 |
| HSL | 262.29º | 0.36% | 0.62% | - |
| HSV(B) | 262.29º | 0.36% | 0.76% | - |
| XYZ | 29.52 | 24.79 | 54.27 | - |
| YUV | 139.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 194 | 0.23 | 0.36 | 0 | 0.24 | 262.29 | 0.36 | 0.62 |
| Hex | 96 | 7C | C2 | 17 | 24 | 0 | 18 | 106 | 24 | 3E |
| Octal | 226 | 174 | 302 | 27 | 44 | 0 | 30 | 406 | 44 | 76 |
| Binary | 10010110 | 1111100 | 11000010 | 10111 | 100100 | 0 | 11000 | 100000110 | 100100 | 111110 |
Color Harmonies of #967CC2
Complementary color
Monochromatic Colors of #967CC2
Black with #967CC2
Text Example
Text Example
White with #967CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CC2; }
p { color: rgb(150,124,194); }
H1.HeaderClassName
{
color: #967CC2;
}
.AnyTagClassName
{
color: #967CC2;
}
</style>
background-color css
<style>
a { background-color: #967CC2; }
a { background-color: rgb(150,124,194); }
div.DivClassName
{
background-color: #967CC2;
}
.BgClassName
{
background-color: #967CC2;
}
</style>
border-color css
<style>
span { border-color: #967CC2; }
span { border-color: rgb(150,124,194); }
td.TdClassName
{
border-color: #967CC2;
}
.TagClassName
{
border-color: #967CC2;
}
</style>