Shades of Deep Lilac #9650B5
Tints of Deep Lilac #9650B5
RGB
CMYK
RGB Variations
Color information
#9650B5 (or 0x9650B5) is known color: Deep Lilac. HEX triplet: 96, 50 and B5. RGB value is (150,80,181). Sum of RGB (Red+Green+Blue) = 150+80+181=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #9650B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650B5 is #69AF4A. Grayscale: #707070. Windows color (decimal): -6926155 or 11882646. OLE color: 11882646.
HSL color Cylindrical-coordinate representation of color #9650B5: hue angle of 281.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9650B5 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 80 | 181 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.29 |
| HSL | 281.58º | 0.41% | 0.51% | - |
| HSV(B) | 281.58º | 0.56% | 0.71% | - |
| XYZ | 23.79 | 15.56 | 45.47 | - |
| YUV | 112.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 181 | 0.17 | 0.56 | 0 | 0.29 | 281.58 | 0.41 | 0.51 |
| Hex | 96 | 50 | B5 | 11 | 38 | 0 | 1D | 11A | 29 | 33 |
| Octal | 226 | 120 | 265 | 21 | 70 | 0 | 35 | 432 | 51 | 63 |
| Binary | 10010110 | 1010000 | 10110101 | 10001 | 111000 | 0 | 11101 | 100011010 | 101001 | 110011 |
Color Harmonies of #9650B5
Complementary color
Monochromatic Colors of #9650B5
Black with #9650B5
Text Example
Text Example
White with #9650B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9650B5; }
p { color: rgb(150,80,181); }
H1.HeaderClassName
{
color: #9650B5;
}
.AnyTagClassName
{
color: #9650B5;
}
</style>
background-color css
<style>
a { background-color: #9650B5; }
a { background-color: rgb(150,80,181); }
div.DivClassName
{
background-color: #9650B5;
}
.BgClassName
{
background-color: #9650B5;
}
</style>
border-color css
<style>
span { border-color: #9650B5; }
span { border-color: rgb(150,80,181); }
td.TdClassName
{
border-color: #9650B5;
}
.TagClassName
{
border-color: #9650B5;
}
</style>