Shades of Deep Lilac #9A61BF
Tints of Deep Lilac #9A61BF
RGB
CMYK
RGB Variations
Color information
#9A61BF (or 0x9A61BF) is known color: Deep Lilac. HEX triplet: 9A, 61 and BF. RGB value is (154,97,191). Sum of RGB (Red+Green+Blue) = 154+97+191=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A61BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61BF is #659E40. Grayscale: #7C7C7C. Windows color (decimal): -6659649 or 12542362. OLE color: 12542362.
HSL color Cylindrical-coordinate representation of color #9A61BF: hue angle of 276.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A61BF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 97 | 191 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.25 |
| HSL | 276.38º | 0.42% | 0.56% | - |
| HSV(B) | 276.38º | 0.49% | 0.75% | - |
| XYZ | 27.01 | 19.18 | 51.57 | - |
| YUV | 124.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 191 | 0.19 | 0.49 | 0 | 0.25 | 276.38 | 0.42 | 0.56 |
| Hex | 9A | 61 | BF | 13 | 31 | 0 | 19 | 114 | 2A | 38 |
| Octal | 232 | 141 | 277 | 23 | 61 | 0 | 31 | 424 | 52 | 70 |
| Binary | 10011010 | 1100001 | 10111111 | 10011 | 110001 | 0 | 11001 | 100010100 | 101010 | 111000 |
Color Harmonies of #9A61BF
Complementary color
Monochromatic Colors of #9A61BF
Black with #9A61BF
Text Example
Text Example
White with #9A61BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61BF; }
p { color: rgb(154,97,191); }
H1.HeaderClassName
{
color: #9A61BF;
}
.AnyTagClassName
{
color: #9A61BF;
}
</style>
background-color css
<style>
a { background-color: #9A61BF; }
a { background-color: rgb(154,97,191); }
div.DivClassName
{
background-color: #9A61BF;
}
.BgClassName
{
background-color: #9A61BF;
}
</style>
border-color css
<style>
span { border-color: #9A61BF; }
span { border-color: rgb(154,97,191); }
td.TdClassName
{
border-color: #9A61BF;
}
.TagClassName
{
border-color: #9A61BF;
}
</style>