Shades of Deep Lilac #9663B7
Tints of Deep Lilac #9663B7
RGB
CMYK
RGB Variations
Color information
#9663B7 (or 0x9663B7) is known color: Deep Lilac. HEX triplet: 96, 63 and B7. RGB value is (150,99,183). Sum of RGB (Red+Green+Blue) = 150+99+183=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #9663B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663B7 is #699C48. Grayscale: #7B7B7B. Windows color (decimal): -6921289 or 12018582. OLE color: 12018582.
HSL color Cylindrical-coordinate representation of color #9663B7: hue angle of 276.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9663B7 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 150 | 99 | 183 | - |
CMYK | 0.18 | 0.46 | 0 | 0.28 |
HSL | 276.43º | 0.37% | 0.55% | - |
HSV(B) | 276.43º | 0.46% | 0.72% | - |
XYZ | 25.59 | 18.83 | 47.09 | - |
YUV | 123.83 | 161.4 | 146.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 99 | 183 | 0.18 | 0.46 | 0 | 0.28 | 276.43 | 0.37 | 0.55 |
Hex | 96 | 63 | B7 | 12 | 2E | 0 | 1C | 114 | 25 | 37 |
Octal | 226 | 143 | 267 | 22 | 56 | 0 | 34 | 424 | 45 | 67 |
Binary | 10010110 | 1100011 | 10110111 | 10010 | 101110 | 0 | 11100 | 100010100 | 100101 | 110111 |
Color Harmonies of #9663B7
Complementary color
Monochromatic Colors of #9663B7
Black with #9663B7
Text Example
Text Example
White with #9663B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663B7; }
p { color: rgb(150,99,183); }
H1.HeaderClassName
{
color: #9663B7;
}
.AnyTagClassName
{
color: #9663B7;
}
</style>
background-color css
<style>
a { background-color: #9663B7; }
a { background-color: rgb(150,99,183); }
div.DivClassName
{
background-color: #9663B7;
}
.BgClassName
{
background-color: #9663B7;
}
</style>
border-color css
<style>
span { border-color: #9663B7; }
span { border-color: rgb(150,99,183); }
td.TdClassName
{
border-color: #9663B7;
}
.TagClassName
{
border-color: #9663B7;
}
</style>