Shades of Deep Lilac #9A45AC
Tints of Deep Lilac #9A45AC
RGB
CMYK
RGB Variations
Color information
#9A45AC (or 0x9A45AC) is known color: Deep Lilac. HEX triplet: 9A, 45 and AC. RGB value is (154,69,172). Sum of RGB (Red+Green+Blue) = 154+69+172=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A45AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A45AC is #65BA53. Grayscale: #696969. Windows color (decimal): -6666836 or 11290010. OLE color: 11290010.
HSL color Cylindrical-coordinate representation of color #9A45AC: hue angle of 289.51º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A45AC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 69 | 172 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.33 |
| HSL | 289.51º | 0.43% | 0.47% | - |
| HSV(B) | 289.51º | 0.6% | 0.67% | - |
| XYZ | 22.9 | 14.1 | 40.55 | - |
| YUV | 106.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 69 | 172 | 0.10 | 0.60 | 0 | 0.33 | 289.51 | 0.43 | 0.47 |
| Hex | 9A | 45 | AC | A | 3C | 0 | 21 | 122 | 2B | 2F |
| Octal | 232 | 105 | 254 | 12 | 74 | 0 | 41 | 442 | 53 | 57 |
| Binary | 10011010 | 1000101 | 10101100 | 1010 | 111100 | 0 | 100001 | 100100010 | 101011 | 101111 |
Color Harmonies of #9A45AC
Complementary color
Monochromatic Colors of #9A45AC
Black with #9A45AC
Text Example
Text Example
White with #9A45AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A45AC; }
p { color: rgb(154,69,172); }
H1.HeaderClassName
{
color: #9A45AC;
}
.AnyTagClassName
{
color: #9A45AC;
}
</style>
background-color css
<style>
a { background-color: #9A45AC; }
a { background-color: rgb(154,69,172); }
div.DivClassName
{
background-color: #9A45AC;
}
.BgClassName
{
background-color: #9A45AC;
}
</style>
border-color css
<style>
span { border-color: #9A45AC; }
span { border-color: rgb(154,69,172); }
td.TdClassName
{
border-color: #9A45AC;
}
.TagClassName
{
border-color: #9A45AC;
}
</style>