Shades of Lilac Bush #966ECD
Tints of Lilac Bush #966ECD
RGB
CMYK
RGB Variations
Color information
#966ECD (or 0x966ECD) is known color: Lilac Bush. HEX triplet: 96, 6E and CD. RGB value is (150,110,205). Sum of RGB (Red+Green+Blue) = 150+110+205=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #966ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ECD is #699132. Grayscale: #848484. Windows color (decimal): -6918451 or 13463190. OLE color: 13463190.
HSL color Cylindrical-coordinate representation of color #966ECD: hue angle of 265.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966ECD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 110 | 205 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.20 |
| HSL | 265.26º | 0.49% | 0.62% | - |
| HSV(B) | 265.26º | 0.46% | 0.8% | - |
| XYZ | 29.17 | 22.04 | 60.47 | - |
| YUV | 132.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 205 | 0.27 | 0.46 | 0 | 0.20 | 265.26 | 0.49 | 0.62 |
| Hex | 96 | 6E | CD | 1B | 2E | 0 | 14 | 109 | 31 | 3E |
| Octal | 226 | 156 | 315 | 33 | 56 | 0 | 24 | 411 | 61 | 76 |
| Binary | 10010110 | 1101110 | 11001101 | 11011 | 101110 | 0 | 10100 | 100001001 | 110001 | 111110 |
Color Harmonies of #966ECD
Complementary color
Monochromatic Colors of #966ECD
Black with #966ECD
Text Example
Text Example
White with #966ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966ECD; }
p { color: rgb(150,110,205); }
H1.HeaderClassName
{
color: #966ECD;
}
.AnyTagClassName
{
color: #966ECD;
}
</style>
background-color css
<style>
a { background-color: #966ECD; }
a { background-color: rgb(150,110,205); }
div.DivClassName
{
background-color: #966ECD;
}
.BgClassName
{
background-color: #966ECD;
}
</style>
border-color css
<style>
span { border-color: #966ECD; }
span { border-color: rgb(150,110,205); }
td.TdClassName
{
border-color: #966ECD;
}
.TagClassName
{
border-color: #966ECD;
}
</style>