Shades of Deep Lilac #964BBA
Tints of Deep Lilac #964BBA
RGB
CMYK
RGB Variations
Color information
#964BBA (or 0x964BBA) is known color: Deep Lilac. HEX triplet: 96, 4B and BA. RGB value is (150,75,186). Sum of RGB (Red+Green+Blue) = 150+75+186=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #964BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BBA is #69B445. Grayscale: #6D6D6D. Windows color (decimal): -6927430 or 12209046. OLE color: 12209046.
HSL color Cylindrical-coordinate representation of color #964BBA: hue angle of 280.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964BBA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 75 | 186 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.27 |
| HSL | 280.54º | 0.45% | 0.51% | - |
| HSV(B) | 280.54º | 0.6% | 0.73% | - |
| XYZ | 23.96 | 15.06 | 48.1 | - |
| YUV | 110.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 186 | 0.19 | 0.60 | 0 | 0.27 | 280.54 | 0.45 | 0.51 |
| Hex | 96 | 4B | BA | 13 | 3C | 0 | 1B | 119 | 2D | 33 |
| Octal | 226 | 113 | 272 | 23 | 74 | 0 | 33 | 431 | 55 | 63 |
| Binary | 10010110 | 1001011 | 10111010 | 10011 | 111100 | 0 | 11011 | 100011001 | 101101 | 110011 |
Color Harmonies of #964BBA
Complementary color
Monochromatic Colors of #964BBA
Black with #964BBA
Text Example
Text Example
White with #964BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BBA; }
p { color: rgb(150,75,186); }
H1.HeaderClassName
{
color: #964BBA;
}
.AnyTagClassName
{
color: #964BBA;
}
</style>
background-color css
<style>
a { background-color: #964BBA; }
a { background-color: rgb(150,75,186); }
div.DivClassName
{
background-color: #964BBA;
}
.BgClassName
{
background-color: #964BBA;
}
</style>
border-color css
<style>
span { border-color: #964BBA; }
span { border-color: rgb(150,75,186); }
td.TdClassName
{
border-color: #964BBA;
}
.TagClassName
{
border-color: #964BBA;
}
</style>