Shades of Deep Lilac #9A55AF
Tints of Deep Lilac #9A55AF
RGB
CMYK
RGB Variations
Color information
#9A55AF (or 0x9A55AF) is known color: Deep Lilac. HEX triplet: 9A, 55 and AF. RGB value is (154,85,175). Sum of RGB (Red+Green+Blue) = 154+85+175=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A55AF is #65AA50. Grayscale: #737373. Windows color (decimal): -6662737 or 11490714. OLE color: 11490714.
HSL color Cylindrical-coordinate representation of color #9A55AF: hue angle of 286º 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 #9A55AF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 85 | 175 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.31 |
| HSL | 286º | 0.36% | 0.51% | - |
| HSV(B) | 286º | 0.51% | 0.69% | - |
| XYZ | 24.31 | 16.46 | 42.45 | - |
| YUV | 115.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 175 | 0.12 | 0.51 | 0 | 0.31 | 286 | 0.36 | 0.51 |
| Hex | 9A | 55 | AF | C | 33 | 0 | 1F | 11E | 24 | 33 |
| Octal | 232 | 125 | 257 | 14 | 63 | 0 | 37 | 436 | 44 | 63 |
| Binary | 10011010 | 1010101 | 10101111 | 1100 | 110011 | 0 | 11111 | 100011110 | 100100 | 110011 |
Color Harmonies of #9A55AF
Complementary color
Monochromatic Colors of #9A55AF
Black with #9A55AF
Text Example
Text Example
White with #9A55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55AF; }
p { color: rgb(154,85,175); }
H1.HeaderClassName
{
color: #9A55AF;
}
.AnyTagClassName
{
color: #9A55AF;
}
</style>
background-color css
<style>
a { background-color: #9A55AF; }
a { background-color: rgb(154,85,175); }
div.DivClassName
{
background-color: #9A55AF;
}
.BgClassName
{
background-color: #9A55AF;
}
</style>
border-color css
<style>
span { border-color: #9A55AF; }
span { border-color: rgb(154,85,175); }
td.TdClassName
{
border-color: #9A55AF;
}
.TagClassName
{
border-color: #9A55AF;
}
</style>