Shades of Deep Lilac #9954AF
Tints of Deep Lilac #9954AF
RGB
CMYK
RGB Variations
Color information
#9954AF (or 0x9954AF) is known color: Deep Lilac. HEX triplet: 99, 54 and AF. RGB value is (153,84,175). Sum of RGB (Red+Green+Blue) = 153+84+175=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #9954AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9954AF is #66AB50. Grayscale: #727272. Windows color (decimal): -6728529 or 11490457. OLE color: 11490457.
HSL color Cylindrical-coordinate representation of color #9954AF: hue angle of 285.49º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9954AF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 84 | 175 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.31 |
| HSL | 285.49º | 0.36% | 0.51% | - |
| HSV(B) | 285.49º | 0.52% | 0.69% | - |
| XYZ | 24.05 | 16.21 | 42.42 | - |
| YUV | 115.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 175 | 0.13 | 0.52 | 0 | 0.31 | 285.49 | 0.36 | 0.51 |
| Hex | 99 | 54 | AF | D | 34 | 0 | 1F | 11D | 24 | 33 |
| Octal | 231 | 124 | 257 | 15 | 64 | 0 | 37 | 435 | 44 | 63 |
| Binary | 10011001 | 1010100 | 10101111 | 1101 | 110100 | 0 | 11111 | 100011101 | 100100 | 110011 |
Color Harmonies of #9954AF
Complementary color
Monochromatic Colors of #9954AF
Black with #9954AF
Text Example
Text Example
White with #9954AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954AF; }
p { color: rgb(153,84,175); }
H1.HeaderClassName
{
color: #9954AF;
}
.AnyTagClassName
{
color: #9954AF;
}
</style>
background-color css
<style>
a { background-color: #9954AF; }
a { background-color: rgb(153,84,175); }
div.DivClassName
{
background-color: #9954AF;
}
.BgClassName
{
background-color: #9954AF;
}
</style>
border-color css
<style>
span { border-color: #9954AF; }
span { border-color: rgb(153,84,175); }
td.TdClassName
{
border-color: #9954AF;
}
.TagClassName
{
border-color: #9954AF;
}
</style>