Shades of Deep Lilac #965CBA
Tints of Deep Lilac #965CBA
RGB
CMYK
RGB Variations
Color information
#965CBA (or 0x965CBA) is known color: Deep Lilac. HEX triplet: 96, 5C and BA. RGB value is (150,92,186). Sum of RGB (Red+Green+Blue) = 150+92+186=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #965CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CBA is #69A345. Grayscale: #777777. Windows color (decimal): -6923078 or 12213398. OLE color: 12213398.
HSL color Cylindrical-coordinate representation of color #965CBA: hue angle of 277.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965CBA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 92 | 186 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.27 |
| HSL | 277.02º | 0.41% | 0.55% | - |
| HSV(B) | 277.02º | 0.51% | 0.73% | - |
| XYZ | 25.27 | 17.68 | 48.54 | - |
| YUV | 120.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 186 | 0.19 | 0.51 | 0 | 0.27 | 277.02 | 0.41 | 0.55 |
| Hex | 96 | 5C | BA | 13 | 33 | 0 | 1B | 115 | 29 | 37 |
| Octal | 226 | 134 | 272 | 23 | 63 | 0 | 33 | 425 | 51 | 67 |
| Binary | 10010110 | 1011100 | 10111010 | 10011 | 110011 | 0 | 11011 | 100010101 | 101001 | 110111 |
Color Harmonies of #965CBA
Complementary color
Monochromatic Colors of #965CBA
Black with #965CBA
Text Example
Text Example
White with #965CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CBA; }
p { color: rgb(150,92,186); }
H1.HeaderClassName
{
color: #965CBA;
}
.AnyTagClassName
{
color: #965CBA;
}
</style>
background-color css
<style>
a { background-color: #965CBA; }
a { background-color: rgb(150,92,186); }
div.DivClassName
{
background-color: #965CBA;
}
.BgClassName
{
background-color: #965CBA;
}
</style>
border-color css
<style>
span { border-color: #965CBA; }
span { border-color: rgb(150,92,186); }
td.TdClassName
{
border-color: #965CBA;
}
.TagClassName
{
border-color: #965CBA;
}
</style>