Shades of Deep Lilac #9643AC
Tints of Deep Lilac #9643AC
RGB
CMYK
RGB Variations
Color information
#9643AC (or 0x9643AC) is known color: Deep Lilac. HEX triplet: 96, 43 and AC. RGB value is (150,67,172). Sum of RGB (Red+Green+Blue) = 150+67+172=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9643AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9643AC is #69BC53. Grayscale: #676767. Windows color (decimal): -6929492 or 11289494. OLE color: 11289494.
HSL color Cylindrical-coordinate representation of color #9643AC: hue angle of 287.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9643AC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 67 | 172 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.33 |
| HSL | 287.43º | 0.44% | 0.47% | - |
| HSV(B) | 287.43º | 0.61% | 0.67% | - |
| XYZ | 22.03 | 13.48 | 40.47 | - |
| YUV | 103.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 172 | 0.13 | 0.61 | 0 | 0.33 | 287.43 | 0.44 | 0.47 |
| Hex | 96 | 43 | AC | D | 3D | 0 | 21 | 11F | 2C | 2F |
| Octal | 226 | 103 | 254 | 15 | 75 | 0 | 41 | 437 | 54 | 57 |
| Binary | 10010110 | 1000011 | 10101100 | 1101 | 111101 | 0 | 100001 | 100011111 | 101100 | 101111 |
Color Harmonies of #9643AC
Complementary color
Monochromatic Colors of #9643AC
Black with #9643AC
Text Example
Text Example
White with #9643AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9643AC; }
p { color: rgb(150,67,172); }
H1.HeaderClassName
{
color: #9643AC;
}
.AnyTagClassName
{
color: #9643AC;
}
</style>
background-color css
<style>
a { background-color: #9643AC; }
a { background-color: rgb(150,67,172); }
div.DivClassName
{
background-color: #9643AC;
}
.BgClassName
{
background-color: #9643AC;
}
</style>
border-color css
<style>
span { border-color: #9643AC; }
span { border-color: rgb(150,67,172); }
td.TdClassName
{
border-color: #9643AC;
}
.TagClassName
{
border-color: #9643AC;
}
</style>