Shades of Deep Lilac #965AAC
Tints of Deep Lilac #965AAC
RGB
CMYK
RGB Variations
Color information
#965AAC (or 0x965AAC) is known color: Deep Lilac. HEX triplet: 96, 5A and AC. RGB value is (150,90,172). Sum of RGB (Red+Green+Blue) = 150+90+172=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #965AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AAC is #69A553. Grayscale: #757575. Windows color (decimal): -6923604 or 11295382. OLE color: 11295382.
HSL color Cylindrical-coordinate representation of color #965AAC: hue angle of 283.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965AAC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 90 | 172 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.33 |
| HSL | 283.9º | 0.33% | 0.51% | - |
| HSV(B) | 283.9º | 0.48% | 0.67% | - |
| XYZ | 23.68 | 16.77 | 41.02 | - |
| YUV | 117.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 172 | 0.13 | 0.48 | 0 | 0.33 | 283.9 | 0.33 | 0.51 |
| Hex | 96 | 5A | AC | D | 30 | 0 | 21 | 11C | 21 | 33 |
| Octal | 226 | 132 | 254 | 15 | 60 | 0 | 41 | 434 | 41 | 63 |
| Binary | 10010110 | 1011010 | 10101100 | 1101 | 110000 | 0 | 100001 | 100011100 | 100001 | 110011 |
Color Harmonies of #965AAC
Complementary color
Monochromatic Colors of #965AAC
Black with #965AAC
Text Example
Text Example
White with #965AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AAC; }
p { color: rgb(150,90,172); }
H1.HeaderClassName
{
color: #965AAC;
}
.AnyTagClassName
{
color: #965AAC;
}
</style>
background-color css
<style>
a { background-color: #965AAC; }
a { background-color: rgb(150,90,172); }
div.DivClassName
{
background-color: #965AAC;
}
.BgClassName
{
background-color: #965AAC;
}
</style>
border-color css
<style>
span { border-color: #965AAC; }
span { border-color: rgb(150,90,172); }
td.TdClassName
{
border-color: #965AAC;
}
.TagClassName
{
border-color: #965AAC;
}
</style>