Shades of Deep Lilac #9653BF
Tints of Deep Lilac #9653BF
RGB
CMYK
RGB Variations
Color information
#9653BF (or 0x9653BF) is known color: Deep Lilac. HEX triplet: 96, 53 and BF. RGB value is (150,83,191). Sum of RGB (Red+Green+Blue) = 150+83+191=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9653BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653BF is #69AC40. Grayscale: #727272. Windows color (decimal): -6925377 or 12538774. OLE color: 12538774.
HSL color Cylindrical-coordinate representation of color #9653BF: hue angle of 277.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9653BF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 83 | 191 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.25 |
| HSL | 277.22º | 0.46% | 0.54% | - |
| HSV(B) | 277.22º | 0.57% | 0.75% | - |
| XYZ | 25.07 | 16.43 | 51.14 | - |
| YUV | 115.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 191 | 0.21 | 0.57 | 0 | 0.25 | 277.22 | 0.46 | 0.54 |
| Hex | 96 | 53 | BF | 15 | 39 | 0 | 19 | 115 | 2E | 36 |
| Octal | 226 | 123 | 277 | 25 | 71 | 0 | 31 | 425 | 56 | 66 |
| Binary | 10010110 | 1010011 | 10111111 | 10101 | 111001 | 0 | 11001 | 100010101 | 101110 | 110110 |
Color Harmonies of #9653BF
Complementary color
Monochromatic Colors of #9653BF
Black with #9653BF
Text Example
Text Example
White with #9653BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653BF; }
p { color: rgb(150,83,191); }
H1.HeaderClassName
{
color: #9653BF;
}
.AnyTagClassName
{
color: #9653BF;
}
</style>
background-color css
<style>
a { background-color: #9653BF; }
a { background-color: rgb(150,83,191); }
div.DivClassName
{
background-color: #9653BF;
}
.BgClassName
{
background-color: #9653BF;
}
</style>
border-color css
<style>
span { border-color: #9653BF; }
span { border-color: rgb(150,83,191); }
td.TdClassName
{
border-color: #9653BF;
}
.TagClassName
{
border-color: #9653BF;
}
</style>