Shades of Deep Lilac #9956AF
Tints of Deep Lilac #9956AF
RGB
CMYK
RGB Variations
Color information
#9956AF (or 0x9956AF) is known color: Deep Lilac. HEX triplet: 99, 56 and AF. RGB value is (153,86,175). Sum of RGB (Red+Green+Blue) = 153+86+175=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 86 (33.98% from 255 or 20.77% 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 #9956AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9956AF is #66A950. Grayscale: #737373. Windows color (decimal): -6728017 or 11490969. OLE color: 11490969.
HSL color Cylindrical-coordinate representation of color #9956AF: hue angle of 285.17º 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 #9956AF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 86 | 175 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.31 |
| HSL | 285.17º | 0.36% | 0.51% | - |
| HSV(B) | 285.17º | 0.51% | 0.69% | - |
| XYZ | 24.2 | 16.52 | 42.47 | - |
| YUV | 116.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 175 | 0.13 | 0.51 | 0 | 0.31 | 285.17 | 0.36 | 0.51 |
| Hex | 99 | 56 | AF | D | 33 | 0 | 1F | 11D | 24 | 33 |
| Octal | 231 | 126 | 257 | 15 | 63 | 0 | 37 | 435 | 44 | 63 |
| Binary | 10011001 | 1010110 | 10101111 | 1101 | 110011 | 0 | 11111 | 100011101 | 100100 | 110011 |
Color Harmonies of #9956AF
Complementary color
Monochromatic Colors of #9956AF
Black with #9956AF
Text Example
Text Example
White with #9956AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9956AF; }
p { color: rgb(153,86,175); }
H1.HeaderClassName
{
color: #9956AF;
}
.AnyTagClassName
{
color: #9956AF;
}
</style>
background-color css
<style>
a { background-color: #9956AF; }
a { background-color: rgb(153,86,175); }
div.DivClassName
{
background-color: #9956AF;
}
.BgClassName
{
background-color: #9956AF;
}
</style>
border-color css
<style>
span { border-color: #9956AF; }
span { border-color: rgb(153,86,175); }
td.TdClassName
{
border-color: #9956AF;
}
.TagClassName
{
border-color: #9956AF;
}
</style>