Shades of Deep Lilac #9A61BB
Tints of Deep Lilac #9A61BB
RGB
CMYK
RGB Variations
Color information
#9A61BB (or 0x9A61BB) is known color: Deep Lilac. HEX triplet: 9A, 61 and BB. RGB value is (154,97,187). Sum of RGB (Red+Green+Blue) = 154+97+187=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A61BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61BB is #659E44. Grayscale: #7C7C7C. Windows color (decimal): -6659653 or 12280218. OLE color: 12280218.
HSL color Cylindrical-coordinate representation of color #9A61BB: hue angle of 278º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A61BB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 97 | 187 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.27 |
| HSL | 278º | 0.4% | 0.56% | - |
| HSV(B) | 278º | 0.48% | 0.73% | - |
| XYZ | 26.57 | 19.01 | 49.28 | - |
| YUV | 124.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 187 | 0.18 | 0.48 | 0 | 0.27 | 278 | 0.4 | 0.56 |
| Hex | 9A | 61 | BB | 12 | 30 | 0 | 1B | 116 | 28 | 38 |
| Octal | 232 | 141 | 273 | 22 | 60 | 0 | 33 | 426 | 50 | 70 |
| Binary | 10011010 | 1100001 | 10111011 | 10010 | 110000 | 0 | 11011 | 100010110 | 101000 | 111000 |
Color Harmonies of #9A61BB
Complementary color
Monochromatic Colors of #9A61BB
Black with #9A61BB
Text Example
Text Example
White with #9A61BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61BB; }
p { color: rgb(154,97,187); }
H1.HeaderClassName
{
color: #9A61BB;
}
.AnyTagClassName
{
color: #9A61BB;
}
</style>
background-color css
<style>
a { background-color: #9A61BB; }
a { background-color: rgb(154,97,187); }
div.DivClassName
{
background-color: #9A61BB;
}
.BgClassName
{
background-color: #9A61BB;
}
</style>
border-color css
<style>
span { border-color: #9A61BB; }
span { border-color: rgb(154,97,187); }
td.TdClassName
{
border-color: #9A61BB;
}
.TagClassName
{
border-color: #9A61BB;
}
</style>