Shades of Deep Lilac #965FB2
Tints of Deep Lilac #965FB2
RGB
CMYK
RGB Variations
Color information
#965FB2 (or 0x965FB2) is known color: Deep Lilac. HEX triplet: 96, 5F and B2. RGB value is (150,95,178). Sum of RGB (Red+Green+Blue) = 150+95+178=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #965FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965FB2 is #69A04D. Grayscale: #787878. Windows color (decimal): -6922318 or 11689878. OLE color: 11689878.
HSL color Cylindrical-coordinate representation of color #965FB2: hue angle of 279.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965FB2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 95 | 178 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.30 |
| HSL | 279.76º | 0.35% | 0.54% | - |
| HSV(B) | 279.76º | 0.47% | 0.7% | - |
| XYZ | 24.71 | 17.88 | 44.27 | - |
| YUV | 120.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 178 | 0.16 | 0.47 | 0 | 0.30 | 279.76 | 0.35 | 0.54 |
| Hex | 96 | 5F | B2 | 10 | 2F | 0 | 1E | 118 | 23 | 36 |
| Octal | 226 | 137 | 262 | 20 | 57 | 0 | 36 | 430 | 43 | 66 |
| Binary | 10010110 | 1011111 | 10110010 | 10000 | 101111 | 0 | 11110 | 100011000 | 100011 | 110110 |
Color Harmonies of #965FB2
Complementary color
Monochromatic Colors of #965FB2
Black with #965FB2
Text Example
Text Example
White with #965FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FB2; }
p { color: rgb(150,95,178); }
H1.HeaderClassName
{
color: #965FB2;
}
.AnyTagClassName
{
color: #965FB2;
}
</style>
background-color css
<style>
a { background-color: #965FB2; }
a { background-color: rgb(150,95,178); }
div.DivClassName
{
background-color: #965FB2;
}
.BgClassName
{
background-color: #965FB2;
}
</style>
border-color css
<style>
span { border-color: #965FB2; }
span { border-color: rgb(150,95,178); }
td.TdClassName
{
border-color: #965FB2;
}
.TagClassName
{
border-color: #965FB2;
}
</style>