Shades of Deep Lilac #9841AC
Tints of Deep Lilac #9841AC
RGB
CMYK
RGB Variations
Color information
#9841AC (or 0x9841AC) is known color: Deep Lilac. HEX triplet: 98, 41 and AC. RGB value is (152,65,172). Sum of RGB (Red+Green+Blue) = 152+65+172=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 65 (25.78% from 255 or 16.71% 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 #9841AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9841AC is #67BE53. Grayscale: #666666. Windows color (decimal): -6798932 or 11288984. OLE color: 11288984.
HSL color Cylindrical-coordinate representation of color #9841AC: hue angle of 288.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9841AC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 65 | 172 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.33 |
| HSL | 288.79º | 0.45% | 0.46% | - |
| HSV(B) | 288.79º | 0.62% | 0.67% | - |
| XYZ | 22.29 | 13.43 | 40.45 | - |
| YUV | 103.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 172 | 0.12 | 0.62 | 0 | 0.33 | 288.79 | 0.45 | 0.46 |
| Hex | 98 | 41 | AC | C | 3E | 0 | 21 | 121 | 2D | 2E |
| Octal | 230 | 101 | 254 | 14 | 76 | 0 | 41 | 441 | 55 | 56 |
| Binary | 10011000 | 1000001 | 10101100 | 1100 | 111110 | 0 | 100001 | 100100001 | 101101 | 101110 |
Color Harmonies of #9841AC
Complementary color
Monochromatic Colors of #9841AC
Black with #9841AC
Text Example
Text Example
White with #9841AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9841AC; }
p { color: rgb(152,65,172); }
H1.HeaderClassName
{
color: #9841AC;
}
.AnyTagClassName
{
color: #9841AC;
}
</style>
background-color css
<style>
a { background-color: #9841AC; }
a { background-color: rgb(152,65,172); }
div.DivClassName
{
background-color: #9841AC;
}
.BgClassName
{
background-color: #9841AC;
}
</style>
border-color css
<style>
span { border-color: #9841AC; }
span { border-color: rgb(152,65,172); }
td.TdClassName
{
border-color: #9841AC;
}
.TagClassName
{
border-color: #9841AC;
}
</style>