Shades of Deep Lilac #9A61AF
Tints of Deep Lilac #9A61AF
RGB
CMYK
RGB Variations
Color information
#9A61AF (or 0x9A61AF) is known color: Deep Lilac. HEX triplet: 9A, 61 and AF. RGB value is (154,97,175). Sum of RGB (Red+Green+Blue) = 154+97+175=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A61AF is #659E50. Grayscale: #7A7A7A. Windows color (decimal): -6659665 or 11493786. OLE color: 11493786.
HSL color Cylindrical-coordinate representation of color #9A61AF: hue angle of 283.85º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A61AF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 97 | 175 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.31 |
| HSL | 283.85º | 0.33% | 0.53% | - |
| HSV(B) | 283.85º | 0.45% | 0.69% | - |
| XYZ | 25.34 | 18.51 | 42.8 | - |
| YUV | 122.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 175 | 0.12 | 0.45 | 0 | 0.31 | 283.85 | 0.33 | 0.53 |
| Hex | 9A | 61 | AF | C | 2D | 0 | 1F | 11C | 21 | 35 |
| Octal | 232 | 141 | 257 | 14 | 55 | 0 | 37 | 434 | 41 | 65 |
| Binary | 10011010 | 1100001 | 10101111 | 1100 | 101101 | 0 | 11111 | 100011100 | 100001 | 110101 |
Color Harmonies of #9A61AF
Complementary color
Monochromatic Colors of #9A61AF
Black with #9A61AF
Text Example
Text Example
White with #9A61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61AF; }
p { color: rgb(154,97,175); }
H1.HeaderClassName
{
color: #9A61AF;
}
.AnyTagClassName
{
color: #9A61AF;
}
</style>
background-color css
<style>
a { background-color: #9A61AF; }
a { background-color: rgb(154,97,175); }
div.DivClassName
{
background-color: #9A61AF;
}
.BgClassName
{
background-color: #9A61AF;
}
</style>
border-color css
<style>
span { border-color: #9A61AF; }
span { border-color: rgb(154,97,175); }
td.TdClassName
{
border-color: #9A61AF;
}
.TagClassName
{
border-color: #9A61AF;
}
</style>