Shades of Deep Lilac #9A5FAF
Tints of Deep Lilac #9A5FAF
RGB
CMYK
RGB Variations
Color information
#9A5FAF (or 0x9A5FAF) is known color: Deep Lilac. HEX triplet: 9A, 5F and AF. RGB value is (154,95,175). Sum of RGB (Red+Green+Blue) = 154+95+175=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A5FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5FAF is #65A050. Grayscale: #797979. Windows color (decimal): -6660177 or 11493274. OLE color: 11493274.
HSL color Cylindrical-coordinate representation of color #9A5FAF: hue angle of 284.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5FAF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 95 | 175 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.31 |
| HSL | 284.25º | 0.33% | 0.53% | - |
| HSV(B) | 284.25º | 0.46% | 0.69% | - |
| XYZ | 25.16 | 18.15 | 42.73 | - |
| YUV | 121.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 95 | 175 | 0.12 | 0.46 | 0 | 0.31 | 284.25 | 0.33 | 0.53 |
| Hex | 9A | 5F | AF | C | 2E | 0 | 1F | 11C | 21 | 35 |
| Octal | 232 | 137 | 257 | 14 | 56 | 0 | 37 | 434 | 41 | 65 |
| Binary | 10011010 | 1011111 | 10101111 | 1100 | 101110 | 0 | 11111 | 100011100 | 100001 | 110101 |
Color Harmonies of #9A5FAF
Complementary color
Monochromatic Colors of #9A5FAF
Black with #9A5FAF
Text Example
Text Example
White with #9A5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5FAF; }
p { color: rgb(154,95,175); }
H1.HeaderClassName
{
color: #9A5FAF;
}
.AnyTagClassName
{
color: #9A5FAF;
}
</style>
background-color css
<style>
a { background-color: #9A5FAF; }
a { background-color: rgb(154,95,175); }
div.DivClassName
{
background-color: #9A5FAF;
}
.BgClassName
{
background-color: #9A5FAF;
}
</style>
border-color css
<style>
span { border-color: #9A5FAF; }
span { border-color: rgb(154,95,175); }
td.TdClassName
{
border-color: #9A5FAF;
}
.TagClassName
{
border-color: #9A5FAF;
}
</style>