Shades of Deep Lilac #965FBC
Tints of Deep Lilac #965FBC
RGB
CMYK
RGB Variations
Color information
#965FBC (or 0x965FBC) is known color: Deep Lilac. HEX triplet: 96, 5F and BC. RGB value is (150,95,188). Sum of RGB (Red+Green+Blue) = 150+95+188=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #965FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FBC is #69A043. Grayscale: #797979. Windows color (decimal): -6922308 or 12345238. OLE color: 12345238.
HSL color Cylindrical-coordinate representation of color #965FBC: hue angle of 275.48º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965FBC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 95 | 188 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.26 |
| HSL | 275.48º | 0.41% | 0.55% | - |
| HSV(B) | 275.48º | 0.49% | 0.74% | - |
| XYZ | 25.75 | 18.3 | 49.75 | - |
| YUV | 122.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 188 | 0.20 | 0.49 | 0 | 0.26 | 275.48 | 0.41 | 0.55 |
| Hex | 96 | 5F | BC | 14 | 31 | 0 | 1A | 113 | 29 | 37 |
| Octal | 226 | 137 | 274 | 24 | 61 | 0 | 32 | 423 | 51 | 67 |
| Binary | 10010110 | 1011111 | 10111100 | 10100 | 110001 | 0 | 11010 | 100010011 | 101001 | 110111 |
Color Harmonies of #965FBC
Complementary color
Monochromatic Colors of #965FBC
Black with #965FBC
Text Example
Text Example
White with #965FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FBC; }
p { color: rgb(150,95,188); }
H1.HeaderClassName
{
color: #965FBC;
}
.AnyTagClassName
{
color: #965FBC;
}
</style>
background-color css
<style>
a { background-color: #965FBC; }
a { background-color: rgb(150,95,188); }
div.DivClassName
{
background-color: #965FBC;
}
.BgClassName
{
background-color: #965FBC;
}
</style>
border-color css
<style>
span { border-color: #965FBC; }
span { border-color: rgb(150,95,188); }
td.TdClassName
{
border-color: #965FBC;
}
.TagClassName
{
border-color: #965FBC;
}
</style>