Shades of Deep Lilac #9661B0
Tints of Deep Lilac #9661B0
RGB
CMYK
RGB Variations
Color information
#9661B0 (or 0x9661B0) is known color: Deep Lilac. HEX triplet: 96, 61 and B0. RGB value is (150,97,176). Sum of RGB (Red+Green+Blue) = 150+97+176=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #9661B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661B0 is #699E4F. Grayscale: #797979. Windows color (decimal): -6921808 or 11559318. OLE color: 11559318.
HSL color Cylindrical-coordinate representation of color #9661B0: hue angle of 280.25º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9661B0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 97 | 176 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.31 |
| HSL | 280.25º | 0.33% | 0.54% | - |
| HSV(B) | 280.25º | 0.45% | 0.69% | - |
| XYZ | 24.69 | 18.17 | 43.28 | - |
| YUV | 121.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 176 | 0.15 | 0.45 | 0 | 0.31 | 280.25 | 0.33 | 0.54 |
| Hex | 96 | 61 | B0 | F | 2D | 0 | 1F | 118 | 21 | 36 |
| Octal | 226 | 141 | 260 | 17 | 55 | 0 | 37 | 430 | 41 | 66 |
| Binary | 10010110 | 1100001 | 10110000 | 1111 | 101101 | 0 | 11111 | 100011000 | 100001 | 110110 |
Color Harmonies of #9661B0
Complementary color
Monochromatic Colors of #9661B0
Black with #9661B0
Text Example
Text Example
White with #9661B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661B0; }
p { color: rgb(150,97,176); }
H1.HeaderClassName
{
color: #9661B0;
}
.AnyTagClassName
{
color: #9661B0;
}
</style>
background-color css
<style>
a { background-color: #9661B0; }
a { background-color: rgb(150,97,176); }
div.DivClassName
{
background-color: #9661B0;
}
.BgClassName
{
background-color: #9661B0;
}
</style>
border-color css
<style>
span { border-color: #9661B0; }
span { border-color: rgb(150,97,176); }
td.TdClassName
{
border-color: #9661B0;
}
.TagClassName
{
border-color: #9661B0;
}
</style>