Shades of Deep Lilac #9656B8
Tints of Deep Lilac #9656B8
RGB
CMYK
RGB Variations
Color information
#9656B8 (or 0x9656B8) is known color: Deep Lilac. HEX triplet: 96, 56 and B8. RGB value is (150,86,184). Sum of RGB (Red+Green+Blue) = 150+86+184=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #9656B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656B8 is #69A947. Grayscale: #737373. Windows color (decimal): -6924616 or 12080790. OLE color: 12080790.
HSL color Cylindrical-coordinate representation of color #9656B8: hue angle of 279.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9656B8 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 86 | 184 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.28 |
| HSL | 279.18º | 0.41% | 0.53% | - |
| HSV(B) | 279.18º | 0.53% | 0.72% | - |
| XYZ | 24.56 | 16.6 | 47.26 | - |
| YUV | 116.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 184 | 0.18 | 0.53 | 0 | 0.28 | 279.18 | 0.41 | 0.53 |
| Hex | 96 | 56 | B8 | 12 | 35 | 0 | 1C | 117 | 29 | 35 |
| Octal | 226 | 126 | 270 | 22 | 65 | 0 | 34 | 427 | 51 | 65 |
| Binary | 10010110 | 1010110 | 10111000 | 10010 | 110101 | 0 | 11100 | 100010111 | 101001 | 110101 |
Color Harmonies of #9656B8
Complementary color
Monochromatic Colors of #9656B8
Black with #9656B8
Text Example
Text Example
White with #9656B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656B8; }
p { color: rgb(150,86,184); }
H1.HeaderClassName
{
color: #9656B8;
}
.AnyTagClassName
{
color: #9656B8;
}
</style>
background-color css
<style>
a { background-color: #9656B8; }
a { background-color: rgb(150,86,184); }
div.DivClassName
{
background-color: #9656B8;
}
.BgClassName
{
background-color: #9656B8;
}
</style>
border-color css
<style>
span { border-color: #9656B8; }
span { border-color: rgb(150,86,184); }
td.TdClassName
{
border-color: #9656B8;
}
.TagClassName
{
border-color: #9656B8;
}
</style>