Shades of Deep Lilac #9A3BAC
Tints of Deep Lilac #9A3BAC
RGB
CMYK
RGB Variations
Color information
#9A3BAC (or 0x9A3BAC) is known color: Deep Lilac. HEX triplet: 9A, 3B and AC. RGB value is (154,59,172). Sum of RGB (Red+Green+Blue) = 154+59+172=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3BAC is #65C453. Grayscale: #636363. Windows color (decimal): -6669396 or 11287450. OLE color: 11287450.
HSL color Cylindrical-coordinate representation of color #9A3BAC: hue angle of 290.44º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3BAC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 59 | 172 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.33 |
| HSL | 290.44º | 0.49% | 0.45% | - |
| HSV(B) | 290.44º | 0.66% | 0.67% | - |
| XYZ | 22.34 | 12.98 | 40.36 | - |
| YUV | 100.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 59 | 172 | 0.10 | 0.66 | 0 | 0.33 | 290.44 | 0.49 | 0.45 |
| Hex | 9A | 3B | AC | A | 42 | 0 | 21 | 122 | 31 | 2D |
| Octal | 232 | 73 | 254 | 12 | 102 | 0 | 41 | 442 | 61 | 55 |
| Binary | 10011010 | 111011 | 10101100 | 1010 | 1000010 | 0 | 100001 | 100100010 | 110001 | 101101 |
Color Harmonies of #9A3BAC
Complementary color
Monochromatic Colors of #9A3BAC
Black with #9A3BAC
Text Example
Text Example
White with #9A3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3BAC; }
p { color: rgb(154,59,172); }
H1.HeaderClassName
{
color: #9A3BAC;
}
.AnyTagClassName
{
color: #9A3BAC;
}
</style>
background-color css
<style>
a { background-color: #9A3BAC; }
a { background-color: rgb(154,59,172); }
div.DivClassName
{
background-color: #9A3BAC;
}
.BgClassName
{
background-color: #9A3BAC;
}
</style>
border-color css
<style>
span { border-color: #9A3BAC; }
span { border-color: rgb(154,59,172); }
td.TdClassName
{
border-color: #9A3BAC;
}
.TagClassName
{
border-color: #9A3BAC;
}
</style>