Shades of Deep Lilac #9657B4
Tints of Deep Lilac #9657B4
RGB
CMYK
RGB Variations
Color information
#9657B4 (or 0x9657B4) is known color: Deep Lilac. HEX triplet: 96, 57 and B4. RGB value is (150,87,180). Sum of RGB (Red+Green+Blue) = 150+87+180=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #9657B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657B4 is #69A84B. Grayscale: #747474. Windows color (decimal): -6924364 or 11818902. OLE color: 11818902.
HSL color Cylindrical-coordinate representation of color #9657B4: hue angle of 280.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9657B4 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 87 | 180 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.29 |
| HSL | 280.65º | 0.38% | 0.52% | - |
| HSV(B) | 280.65º | 0.52% | 0.71% | - |
| XYZ | 24.22 | 16.6 | 45.11 | - |
| YUV | 116.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 180 | 0.17 | 0.52 | 0 | 0.29 | 280.65 | 0.38 | 0.52 |
| Hex | 96 | 57 | B4 | 11 | 34 | 0 | 1D | 119 | 26 | 34 |
| Octal | 226 | 127 | 264 | 21 | 64 | 0 | 35 | 431 | 46 | 64 |
| Binary | 10010110 | 1010111 | 10110100 | 10001 | 110100 | 0 | 11101 | 100011001 | 100110 | 110100 |
Color Harmonies of #9657B4
Complementary color
Monochromatic Colors of #9657B4
Black with #9657B4
Text Example
Text Example
White with #9657B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657B4; }
p { color: rgb(150,87,180); }
H1.HeaderClassName
{
color: #9657B4;
}
.AnyTagClassName
{
color: #9657B4;
}
</style>
background-color css
<style>
a { background-color: #9657B4; }
a { background-color: rgb(150,87,180); }
div.DivClassName
{
background-color: #9657B4;
}
.BgClassName
{
background-color: #9657B4;
}
</style>
border-color css
<style>
span { border-color: #9657B4; }
span { border-color: rgb(150,87,180); }
td.TdClassName
{
border-color: #9657B4;
}
.TagClassName
{
border-color: #9657B4;
}
</style>