Shades of Deep Lilac #9A61C0
Tints of Deep Lilac #9A61C0
RGB
CMYK
RGB Variations
Color information
#9A61C0 (or 0x9A61C0) is known color: Deep Lilac. HEX triplet: 9A, 61 and C0. RGB value is (154,97,192). Sum of RGB (Red+Green+Blue) = 154+97+192=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61C0 is #659E3F. Grayscale: #7C7C7C. Windows color (decimal): -6659648 or 12607898. OLE color: 12607898.
HSL color Cylindrical-coordinate representation of color #9A61C0: hue angle of 276º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A61C0 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 97 | 192 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.25 |
| HSL | 276º | 0.43% | 0.57% | - |
| HSV(B) | 276º | 0.49% | 0.75% | - |
| XYZ | 27.12 | 19.23 | 52.15 | - |
| YUV | 124.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 192 | 0.20 | 0.49 | 0 | 0.25 | 276 | 0.43 | 0.57 |
| Hex | 9A | 61 | C0 | 14 | 31 | 0 | 19 | 114 | 2B | 39 |
| Octal | 232 | 141 | 300 | 24 | 61 | 0 | 31 | 424 | 53 | 71 |
| Binary | 10011010 | 1100001 | 11000000 | 10100 | 110001 | 0 | 11001 | 100010100 | 101011 | 111001 |
Color Harmonies of #9A61C0
Complementary color
Monochromatic Colors of #9A61C0
Black with #9A61C0
Text Example
Text Example
White with #9A61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61C0; }
p { color: rgb(154,97,192); }
H1.HeaderClassName
{
color: #9A61C0;
}
.AnyTagClassName
{
color: #9A61C0;
}
</style>
background-color css
<style>
a { background-color: #9A61C0; }
a { background-color: rgb(154,97,192); }
div.DivClassName
{
background-color: #9A61C0;
}
.BgClassName
{
background-color: #9A61C0;
}
</style>
border-color css
<style>
span { border-color: #9A61C0; }
span { border-color: rgb(154,97,192); }
td.TdClassName
{
border-color: #9A61C0;
}
.TagClassName
{
border-color: #9A61C0;
}
</style>