Shades of Lilac Bush #966CCA
Tints of Lilac Bush #966CCA
RGB
CMYK
RGB Variations
Color information
#966CCA (or 0x966CCA) is known color: Lilac Bush. HEX triplet: 96, 6C and CA. RGB value is (150,108,202). Sum of RGB (Red+Green+Blue) = 150+108+202=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #966CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCA is #699335. Grayscale: #828282. Windows color (decimal): -6918966 or 13266070. OLE color: 13266070.
HSL color Cylindrical-coordinate representation of color #966CCA: hue angle of 266.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966CCA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 108 | 202 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.21 |
| HSL | 266.81º | 0.47% | 0.61% | - |
| HSV(B) | 266.81º | 0.47% | 0.79% | - |
| XYZ | 28.6 | 21.47 | 58.51 | - |
| YUV | 131.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 202 | 0.26 | 0.47 | 0 | 0.21 | 266.81 | 0.47 | 0.61 |
| Hex | 96 | 6C | CA | 1A | 2F | 0 | 15 | 10B | 2F | 3D |
| Octal | 226 | 154 | 312 | 32 | 57 | 0 | 25 | 413 | 57 | 75 |
| Binary | 10010110 | 1101100 | 11001010 | 11010 | 101111 | 0 | 10101 | 100001011 | 101111 | 111101 |
Color Harmonies of #966CCA
Complementary color
Monochromatic Colors of #966CCA
Black with #966CCA
Text Example
Text Example
White with #966CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CCA; }
p { color: rgb(150,108,202); }
H1.HeaderClassName
{
color: #966CCA;
}
.AnyTagClassName
{
color: #966CCA;
}
</style>
background-color css
<style>
a { background-color: #966CCA; }
a { background-color: rgb(150,108,202); }
div.DivClassName
{
background-color: #966CCA;
}
.BgClassName
{
background-color: #966CCA;
}
</style>
border-color css
<style>
span { border-color: #966CCA; }
span { border-color: rgb(150,108,202); }
td.TdClassName
{
border-color: #966CCA;
}
.TagClassName
{
border-color: #966CCA;
}
</style>