Shades of Deep Lilac #965DBA
Tints of Deep Lilac #965DBA
RGB
CMYK
RGB Variations
Color information
#965DBA (or 0x965DBA) is known color: Deep Lilac. HEX triplet: 96, 5D and BA. RGB value is (150,93,186). Sum of RGB (Red+Green+Blue) = 150+93+186=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #965DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBA is #69A245. Grayscale: #787878. Windows color (decimal): -6922822 or 12213654. OLE color: 12213654.
HSL color Cylindrical-coordinate representation of color #965DBA: hue angle of 276.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965DBA is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 93 | 186 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.27 |
| HSL | 276.77º | 0.4% | 0.55% | - |
| HSV(B) | 276.77º | 0.5% | 0.73% | - |
| XYZ | 25.35 | 17.86 | 48.56 | - |
| YUV | 120.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 186 | 0.19 | 0.5 | 0 | 0.27 | 276.77 | 0.4 | 0.55 |
| Hex | 96 | 5D | BA | 13 | 32 | 0 | 1B | 115 | 28 | 37 |
| Octal | 226 | 135 | 272 | 23 | 62 | 0 | 33 | 425 | 50 | 67 |
| Binary | 10010110 | 1011101 | 10111010 | 10011 | 110010 | 0 | 11011 | 100010101 | 101000 | 110111 |
Color Harmonies of #965DBA
Complementary color
Monochromatic Colors of #965DBA
Black with #965DBA
Text Example
Text Example
White with #965DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DBA; }
p { color: rgb(150,93,186); }
H1.HeaderClassName
{
color: #965DBA;
}
.AnyTagClassName
{
color: #965DBA;
}
</style>
background-color css
<style>
a { background-color: #965DBA; }
a { background-color: rgb(150,93,186); }
div.DivClassName
{
background-color: #965DBA;
}
.BgClassName
{
background-color: #965DBA;
}
</style>
border-color css
<style>
span { border-color: #965DBA; }
span { border-color: rgb(150,93,186); }
td.TdClassName
{
border-color: #965DBA;
}
.TagClassName
{
border-color: #965DBA;
}
</style>