Shades of Deep Lilac #9955AF
Tints of Deep Lilac #9955AF
RGB
CMYK
RGB Variations
Color information
#9955AF (or 0x9955AF) is known color: Deep Lilac. HEX triplet: 99, 55 and AF. RGB value is (153,85,175). Sum of RGB (Red+Green+Blue) = 153+85+175=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #9955AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9955AF is #66AA50. Grayscale: #737373. Windows color (decimal): -6728273 or 11490713. OLE color: 11490713.
HSL color Cylindrical-coordinate representation of color #9955AF: hue angle of 285.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 #9955AF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 85 | 175 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.31 |
| HSL | 285.33º | 0.36% | 0.51% | - |
| HSV(B) | 285.33º | 0.51% | 0.69% | - |
| XYZ | 24.12 | 16.36 | 42.44 | - |
| YUV | 115.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 175 | 0.13 | 0.51 | 0 | 0.31 | 285.33 | 0.36 | 0.51 |
| Hex | 99 | 55 | AF | D | 33 | 0 | 1F | 11D | 24 | 33 |
| Octal | 231 | 125 | 257 | 15 | 63 | 0 | 37 | 435 | 44 | 63 |
| Binary | 10011001 | 1010101 | 10101111 | 1101 | 110011 | 0 | 11111 | 100011101 | 100100 | 110011 |
Color Harmonies of #9955AF
Complementary color
Monochromatic Colors of #9955AF
Black with #9955AF
Text Example
Text Example
White with #9955AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955AF; }
p { color: rgb(153,85,175); }
H1.HeaderClassName
{
color: #9955AF;
}
.AnyTagClassName
{
color: #9955AF;
}
</style>
background-color css
<style>
a { background-color: #9955AF; }
a { background-color: rgb(153,85,175); }
div.DivClassName
{
background-color: #9955AF;
}
.BgClassName
{
background-color: #9955AF;
}
</style>
border-color css
<style>
span { border-color: #9955AF; }
span { border-color: rgb(153,85,175); }
td.TdClassName
{
border-color: #9955AF;
}
.TagClassName
{
border-color: #9955AF;
}
</style>