Shades of Deep Lilac #9650CE
Tints of Deep Lilac #9650CE
RGB
CMYK
RGB Variations
Color information
#9650CE (or 0x9650CE) is known color: Deep Lilac. HEX triplet: 96, 50 and CE. RGB value is (150,80,206). Sum of RGB (Red+Green+Blue) = 150+80+206=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9650CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650CE is #69AF31. Grayscale: #727272. Windows color (decimal): -6926130 or 13521046. OLE color: 13521046.
HSL color Cylindrical-coordinate representation of color #9650CE: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9650CE is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 80 | 206 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.19 |
| HSL | 273.33º | 0.56% | 0.56% | - |
| HSV(B) | 273.33º | 0.61% | 0.81% | - |
| XYZ | 26.59 | 16.68 | 60.21 | - |
| YUV | 115.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 206 | 0.27 | 0.61 | 0 | 0.19 | 273.33 | 0.56 | 0.56 |
| Hex | 96 | 50 | CE | 1B | 3D | 0 | 13 | 111 | 38 | 38 |
| Octal | 226 | 120 | 316 | 33 | 75 | 0 | 23 | 421 | 70 | 70 |
| Binary | 10010110 | 1010000 | 11001110 | 11011 | 111101 | 0 | 10011 | 100010001 | 111000 | 111000 |
Color Harmonies of #9650CE
Complementary color
Monochromatic Colors of #9650CE
Black with #9650CE
Text Example
Text Example
White with #9650CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9650CE; }
p { color: rgb(150,80,206); }
H1.HeaderClassName
{
color: #9650CE;
}
.AnyTagClassName
{
color: #9650CE;
}
</style>
background-color css
<style>
a { background-color: #9650CE; }
a { background-color: rgb(150,80,206); }
div.DivClassName
{
background-color: #9650CE;
}
.BgClassName
{
background-color: #9650CE;
}
</style>
border-color css
<style>
span { border-color: #9650CE; }
span { border-color: rgb(150,80,206); }
td.TdClassName
{
border-color: #9650CE;
}
.TagClassName
{
border-color: #9650CE;
}
</style>