Shades of Lilac Bush #967CC1
Tints of Lilac Bush #967CC1
RGB
CMYK
RGB Variations
Color information
#967CC1 (or 0x967CC1) is known color: Lilac Bush. HEX triplet: 96, 7C and C1. RGB value is (150,124,193). Sum of RGB (Red+Green+Blue) = 150+124+193=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #967CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CC1 is #69833E. Grayscale: #8B8B8B. Windows color (decimal): -6914879 or 12680342. OLE color: 12680342.
HSL color Cylindrical-coordinate representation of color #967CC1: hue angle of 262.61º 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 #967CC1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 124 | 193 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.24 |
| HSL | 262.61º | 0.36% | 0.62% | - |
| HSV(B) | 262.61º | 0.36% | 0.76% | - |
| XYZ | 29.41 | 24.75 | 53.68 | - |
| YUV | 139.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 193 | 0.22 | 0.36 | 0 | 0.24 | 262.61 | 0.36 | 0.62 |
| Hex | 96 | 7C | C1 | 16 | 24 | 0 | 18 | 107 | 24 | 3E |
| Octal | 226 | 174 | 301 | 26 | 44 | 0 | 30 | 407 | 44 | 76 |
| Binary | 10010110 | 1111100 | 11000001 | 10110 | 100100 | 0 | 11000 | 100000111 | 100100 | 111110 |
Color Harmonies of #967CC1
Complementary color
Monochromatic Colors of #967CC1
Black with #967CC1
Text Example
Text Example
White with #967CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CC1; }
p { color: rgb(150,124,193); }
H1.HeaderClassName
{
color: #967CC1;
}
.AnyTagClassName
{
color: #967CC1;
}
</style>
background-color css
<style>
a { background-color: #967CC1; }
a { background-color: rgb(150,124,193); }
div.DivClassName
{
background-color: #967CC1;
}
.BgClassName
{
background-color: #967CC1;
}
</style>
border-color css
<style>
span { border-color: #967CC1; }
span { border-color: rgb(150,124,193); }
td.TdClassName
{
border-color: #967CC1;
}
.TagClassName
{
border-color: #967CC1;
}
</style>