Shades of Deep Lilac #9746AC
Tints of Deep Lilac #9746AC
RGB
CMYK
RGB Variations
Color information
#9746AC (or 0x9746AC) is known color: Deep Lilac. HEX triplet: 97, 46 and AC. RGB value is (151,70,172). Sum of RGB (Red+Green+Blue) = 151+70+172=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #9746AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9746AC is #68B953. Grayscale: #696969. Windows color (decimal): -6863188 or 11290263. OLE color: 11290263.
HSL color Cylindrical-coordinate representation of color #9746AC: hue angle of 287.65º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9746AC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 70 | 172 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.33 |
| HSL | 287.65º | 0.42% | 0.47% | - |
| HSV(B) | 287.65º | 0.59% | 0.67% | - |
| XYZ | 22.4 | 13.94 | 40.54 | - |
| YUV | 105.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 172 | 0.12 | 0.59 | 0 | 0.33 | 287.65 | 0.42 | 0.47 |
| Hex | 97 | 46 | AC | C | 3B | 0 | 21 | 120 | 2A | 2F |
| Octal | 227 | 106 | 254 | 14 | 73 | 0 | 41 | 440 | 52 | 57 |
| Binary | 10010111 | 1000110 | 10101100 | 1100 | 111011 | 0 | 100001 | 100100000 | 101010 | 101111 |
Color Harmonies of #9746AC
Complementary color
Monochromatic Colors of #9746AC
Black with #9746AC
Text Example
Text Example
White with #9746AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9746AC; }
p { color: rgb(151,70,172); }
H1.HeaderClassName
{
color: #9746AC;
}
.AnyTagClassName
{
color: #9746AC;
}
</style>
background-color css
<style>
a { background-color: #9746AC; }
a { background-color: rgb(151,70,172); }
div.DivClassName
{
background-color: #9746AC;
}
.BgClassName
{
background-color: #9746AC;
}
</style>
border-color css
<style>
span { border-color: #9746AC; }
span { border-color: rgb(151,70,172); }
td.TdClassName
{
border-color: #9746AC;
}
.TagClassName
{
border-color: #9746AC;
}
</style>