Shades of Deep Lilac #9A3BAF
Tints of Deep Lilac #9A3BAF
RGB
CMYK
RGB Variations
Color information
#9A3BAF (or 0x9A3BAF) is known color: Deep Lilac. HEX triplet: 9A, 3B and AF. RGB value is (154,59,175). Sum of RGB (Red+Green+Blue) = 154+59+175=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3BAF is #65C450. Grayscale: #646464. Windows color (decimal): -6669393 or 11484058. OLE color: 11484058.
HSL color Cylindrical-coordinate representation of color #9A3BAF: hue angle of 289.14º degrees, saturation: 0.5, 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 #9A3BAF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 59 | 175 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.31 |
| HSL | 289.14º | 0.5% | 0.46% | - |
| HSV(B) | 289.14º | 0.66% | 0.69% | - |
| XYZ | 22.63 | 13.09 | 41.89 | - |
| YUV | 100.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 59 | 175 | 0.12 | 0.66 | 0 | 0.31 | 289.14 | 0.5 | 0.46 |
| Hex | 9A | 3B | AF | C | 42 | 0 | 1F | 121 | 32 | 2E |
| Octal | 232 | 73 | 257 | 14 | 102 | 0 | 37 | 441 | 62 | 56 |
| Binary | 10011010 | 111011 | 10101111 | 1100 | 1000010 | 0 | 11111 | 100100001 | 110010 | 101110 |
Color Harmonies of #9A3BAF
Complementary color
Monochromatic Colors of #9A3BAF
Black with #9A3BAF
Text Example
Text Example
White with #9A3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3BAF; }
p { color: rgb(154,59,175); }
H1.HeaderClassName
{
color: #9A3BAF;
}
.AnyTagClassName
{
color: #9A3BAF;
}
</style>
background-color css
<style>
a { background-color: #9A3BAF; }
a { background-color: rgb(154,59,175); }
div.DivClassName
{
background-color: #9A3BAF;
}
.BgClassName
{
background-color: #9A3BAF;
}
</style>
border-color css
<style>
span { border-color: #9A3BAF; }
span { border-color: rgb(154,59,175); }
td.TdClassName
{
border-color: #9A3BAF;
}
.TagClassName
{
border-color: #9A3BAF;
}
</style>