Shades of Deep Lilac #9A56AF
Tints of Deep Lilac #9A56AF
RGB
CMYK
RGB Variations
Color information
#9A56AF (or 0x9A56AF) is known color: Deep Lilac. HEX triplet: 9A, 56 and AF. RGB value is (154,86,175). Sum of RGB (Red+Green+Blue) = 154+86+175=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A56AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A56AF is #65A950. Grayscale: #747474. Windows color (decimal): -6662481 or 11490970. OLE color: 11490970.
HSL color Cylindrical-coordinate representation of color #9A56AF: hue angle of 285.84º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A56AF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 86 | 175 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.31 |
| HSL | 285.84º | 0.36% | 0.51% | - |
| HSV(B) | 285.84º | 0.51% | 0.69% | - |
| XYZ | 24.39 | 16.62 | 42.48 | - |
| YUV | 116.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 175 | 0.12 | 0.51 | 0 | 0.31 | 285.84 | 0.36 | 0.51 |
| Hex | 9A | 56 | AF | C | 33 | 0 | 1F | 11E | 24 | 33 |
| Octal | 232 | 126 | 257 | 14 | 63 | 0 | 37 | 436 | 44 | 63 |
| Binary | 10011010 | 1010110 | 10101111 | 1100 | 110011 | 0 | 11111 | 100011110 | 100100 | 110011 |
Color Harmonies of #9A56AF
Complementary color
Monochromatic Colors of #9A56AF
Black with #9A56AF
Text Example
Text Example
White with #9A56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A56AF; }
p { color: rgb(154,86,175); }
H1.HeaderClassName
{
color: #9A56AF;
}
.AnyTagClassName
{
color: #9A56AF;
}
</style>
background-color css
<style>
a { background-color: #9A56AF; }
a { background-color: rgb(154,86,175); }
div.DivClassName
{
background-color: #9A56AF;
}
.BgClassName
{
background-color: #9A56AF;
}
</style>
border-color css
<style>
span { border-color: #9A56AF; }
span { border-color: rgb(154,86,175); }
td.TdClassName
{
border-color: #9A56AF;
}
.TagClassName
{
border-color: #9A56AF;
}
</style>