Shades of Deep Lilac #9A3CAF
Tints of Deep Lilac #9A3CAF
RGB
CMYK
RGB Variations
Color information
#9A3CAF (or 0x9A3CAF) is known color: Deep Lilac. HEX triplet: 9A, 3C and AF. RGB value is (154,60,175). Sum of RGB (Red+Green+Blue) = 154+60+175=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A3CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3CAF is #65C350. Grayscale: #646464. Windows color (decimal): -6669137 or 11484314. OLE color: 11484314.
HSL color Cylindrical-coordinate representation of color #9A3CAF: hue angle of 289.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3CAF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 60 | 175 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.31 |
| HSL | 289.04º | 0.49% | 0.46% | - |
| HSV(B) | 289.04º | 0.66% | 0.69% | - |
| XYZ | 22.68 | 13.2 | 41.91 | - |
| YUV | 101.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 175 | 0.12 | 0.66 | 0 | 0.31 | 289.04 | 0.49 | 0.46 |
| Hex | 9A | 3C | AF | C | 42 | 0 | 1F | 121 | 31 | 2E |
| Octal | 232 | 74 | 257 | 14 | 102 | 0 | 37 | 441 | 61 | 56 |
| Binary | 10011010 | 111100 | 10101111 | 1100 | 1000010 | 0 | 11111 | 100100001 | 110001 | 101110 |
Color Harmonies of #9A3CAF
Complementary color
Monochromatic Colors of #9A3CAF
Black with #9A3CAF
Text Example
Text Example
White with #9A3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3CAF; }
p { color: rgb(154,60,175); }
H1.HeaderClassName
{
color: #9A3CAF;
}
.AnyTagClassName
{
color: #9A3CAF;
}
</style>
background-color css
<style>
a { background-color: #9A3CAF; }
a { background-color: rgb(154,60,175); }
div.DivClassName
{
background-color: #9A3CAF;
}
.BgClassName
{
background-color: #9A3CAF;
}
</style>
border-color css
<style>
span { border-color: #9A3CAF; }
span { border-color: rgb(154,60,175); }
td.TdClassName
{
border-color: #9A3CAF;
}
.TagClassName
{
border-color: #9A3CAF;
}
</style>