Shades of Deep Lilac #965AC3
Tints of Deep Lilac #965AC3
RGB
CMYK
RGB Variations
Color information
#965AC3 (or 0x965AC3) is known color: Deep Lilac. HEX triplet: 96, 5A and C3. RGB value is (150,90,195). Sum of RGB (Red+Green+Blue) = 150+90+195=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #965AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AC3 is #69A53C. Grayscale: #777777. Windows color (decimal): -6923581 or 12802710. OLE color: 12802710.
HSL color Cylindrical-coordinate representation of color #965AC3: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965AC3 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 90 | 195 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.24 |
| HSL | 274.29º | 0.47% | 0.56% | - |
| HSV(B) | 274.29º | 0.54% | 0.76% | - |
| XYZ | 26.08 | 17.74 | 53.68 | - |
| YUV | 119.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 195 | 0.23 | 0.54 | 0 | 0.24 | 274.29 | 0.47 | 0.56 |
| Hex | 96 | 5A | C3 | 17 | 36 | 0 | 18 | 112 | 2F | 38 |
| Octal | 226 | 132 | 303 | 27 | 66 | 0 | 30 | 422 | 57 | 70 |
| Binary | 10010110 | 1011010 | 11000011 | 10111 | 110110 | 0 | 11000 | 100010010 | 101111 | 111000 |
Color Harmonies of #965AC3
Complementary color
Monochromatic Colors of #965AC3
Black with #965AC3
Text Example
Text Example
White with #965AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AC3; }
p { color: rgb(150,90,195); }
H1.HeaderClassName
{
color: #965AC3;
}
.AnyTagClassName
{
color: #965AC3;
}
</style>
background-color css
<style>
a { background-color: #965AC3; }
a { background-color: rgb(150,90,195); }
div.DivClassName
{
background-color: #965AC3;
}
.BgClassName
{
background-color: #965AC3;
}
</style>
border-color css
<style>
span { border-color: #965AC3; }
span { border-color: rgb(150,90,195); }
td.TdClassName
{
border-color: #965AC3;
}
.TagClassName
{
border-color: #965AC3;
}
</style>