Shades of Deep Lilac #9655AF
Tints of Deep Lilac #9655AF
RGB
CMYK
RGB Variations
Color information
#9655AF (or 0x9655AF) is known color: Deep Lilac. HEX triplet: 96, 55 and AF. RGB value is (150,85,175). Sum of RGB (Red+Green+Blue) = 150+85+175=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #9655AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9655AF is #69AA50. Grayscale: #727272. Windows color (decimal): -6924881 or 11490710. OLE color: 11490710.
HSL color Cylindrical-coordinate representation of color #9655AF: hue angle of 283.33º 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 #9655AF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 85 | 175 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.31 |
| HSL | 283.33º | 0.36% | 0.51% | - |
| HSV(B) | 283.33º | 0.51% | 0.69% | - |
| XYZ | 23.56 | 16.08 | 42.42 | - |
| YUV | 114.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 175 | 0.14 | 0.51 | 0 | 0.31 | 283.33 | 0.36 | 0.51 |
| Hex | 96 | 55 | AF | E | 33 | 0 | 1F | 11B | 24 | 33 |
| Octal | 226 | 125 | 257 | 16 | 63 | 0 | 37 | 433 | 44 | 63 |
| Binary | 10010110 | 1010101 | 10101111 | 1110 | 110011 | 0 | 11111 | 100011011 | 100100 | 110011 |
Color Harmonies of #9655AF
Complementary color
Monochromatic Colors of #9655AF
Black with #9655AF
Text Example
Text Example
White with #9655AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655AF; }
p { color: rgb(150,85,175); }
H1.HeaderClassName
{
color: #9655AF;
}
.AnyTagClassName
{
color: #9655AF;
}
</style>
background-color css
<style>
a { background-color: #9655AF; }
a { background-color: rgb(150,85,175); }
div.DivClassName
{
background-color: #9655AF;
}
.BgClassName
{
background-color: #9655AF;
}
</style>
border-color css
<style>
span { border-color: #9655AF; }
span { border-color: rgb(150,85,175); }
td.TdClassName
{
border-color: #9655AF;
}
.TagClassName
{
border-color: #9655AF;
}
</style>