Shades of Deep Lilac #9651BC
Tints of Deep Lilac #9651BC
RGB
CMYK
RGB Variations
Color information
#9651BC (or 0x9651BC) is known color: Deep Lilac. HEX triplet: 96, 51 and BC. RGB value is (150,81,188). Sum of RGB (Red+Green+Blue) = 150+81+188=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9651BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651BC is #69AE43. Grayscale: #717171. Windows color (decimal): -6925892 or 12341654. OLE color: 12341654.
HSL color Cylindrical-coordinate representation of color #9651BC: hue angle of 278.69º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9651BC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 81 | 188 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.26 |
| HSL | 278.69º | 0.44% | 0.53% | - |
| HSV(B) | 278.69º | 0.57% | 0.74% | - |
| XYZ | 24.6 | 16 | 49.37 | - |
| YUV | 113.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 188 | 0.20 | 0.57 | 0 | 0.26 | 278.69 | 0.44 | 0.53 |
| Hex | 96 | 51 | BC | 14 | 39 | 0 | 1A | 117 | 2C | 35 |
| Octal | 226 | 121 | 274 | 24 | 71 | 0 | 32 | 427 | 54 | 65 |
| Binary | 10010110 | 1010001 | 10111100 | 10100 | 111001 | 0 | 11010 | 100010111 | 101100 | 110101 |
Color Harmonies of #9651BC
Complementary color
Monochromatic Colors of #9651BC
Black with #9651BC
Text Example
Text Example
White with #9651BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9651BC; }
p { color: rgb(150,81,188); }
H1.HeaderClassName
{
color: #9651BC;
}
.AnyTagClassName
{
color: #9651BC;
}
</style>
background-color css
<style>
a { background-color: #9651BC; }
a { background-color: rgb(150,81,188); }
div.DivClassName
{
background-color: #9651BC;
}
.BgClassName
{
background-color: #9651BC;
}
</style>
border-color css
<style>
span { border-color: #9651BC; }
span { border-color: rgb(150,81,188); }
td.TdClassName
{
border-color: #9651BC;
}
.TagClassName
{
border-color: #9651BC;
}
</style>