Shades of Deep Lilac #965FBD
Tints of Deep Lilac #965FBD
RGB
CMYK
RGB Variations
Color information
#965FBD (or 0x965FBD) is known color: Deep Lilac. HEX triplet: 96, 5F and BD. RGB value is (150,95,189). Sum of RGB (Red+Green+Blue) = 150+95+189=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #965FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FBD is #69A042. Grayscale: #797979. Windows color (decimal): -6922307 or 12410774. OLE color: 12410774.
HSL color Cylindrical-coordinate representation of color #965FBD: hue angle of 275.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965FBD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 95 | 189 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.26 |
| HSL | 275.11º | 0.42% | 0.56% | - |
| HSV(B) | 275.11º | 0.5% | 0.74% | - |
| XYZ | 25.86 | 18.34 | 50.32 | - |
| YUV | 122.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 189 | 0.21 | 0.50 | 0 | 0.26 | 275.11 | 0.42 | 0.56 |
| Hex | 96 | 5F | BD | 15 | 32 | 0 | 1A | 113 | 2A | 38 |
| Octal | 226 | 137 | 275 | 25 | 62 | 0 | 32 | 423 | 52 | 70 |
| Binary | 10010110 | 1011111 | 10111101 | 10101 | 110010 | 0 | 11010 | 100010011 | 101010 | 111000 |
Color Harmonies of #965FBD
Complementary color
Monochromatic Colors of #965FBD
Black with #965FBD
Text Example
Text Example
White with #965FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FBD; }
p { color: rgb(150,95,189); }
H1.HeaderClassName
{
color: #965FBD;
}
.AnyTagClassName
{
color: #965FBD;
}
</style>
background-color css
<style>
a { background-color: #965FBD; }
a { background-color: rgb(150,95,189); }
div.DivClassName
{
background-color: #965FBD;
}
.BgClassName
{
background-color: #965FBD;
}
</style>
border-color css
<style>
span { border-color: #965FBD; }
span { border-color: rgb(150,95,189); }
td.TdClassName
{
border-color: #965FBD;
}
.TagClassName
{
border-color: #965FBD;
}
</style>