Shades of Deep Lilac #9545AF
Tints of Deep Lilac #9545AF
RGB
CMYK
RGB Variations
Color information
#9545AF (or 0x9545AF) is known color: Deep Lilac. HEX triplet: 95, 45 and AF. RGB value is (149,69,175). Sum of RGB (Red+Green+Blue) = 149+69+175=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9545AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9545AF is #6ABA50. Grayscale: #686868. Windows color (decimal): -6994513 or 11486613. OLE color: 11486613.
HSL color Cylindrical-coordinate representation of color #9545AF: hue angle of 285.28º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9545AF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 69 | 175 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.31 |
| HSL | 285.28º | 0.43% | 0.48% | - |
| HSV(B) | 285.28º | 0.61% | 0.69% | - |
| XYZ | 22.26 | 13.74 | 42.04 | - |
| YUV | 105 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 175 | 0.15 | 0.61 | 0 | 0.31 | 285.28 | 0.43 | 0.48 |
| Hex | 95 | 45 | AF | F | 3D | 0 | 1F | 11D | 2B | 30 |
| Octal | 225 | 105 | 257 | 17 | 75 | 0 | 37 | 435 | 53 | 60 |
| Binary | 10010101 | 1000101 | 10101111 | 1111 | 111101 | 0 | 11111 | 100011101 | 101011 | 110000 |
Color Harmonies of #9545AF
Complementary color
Monochromatic Colors of #9545AF
Black with #9545AF
Text Example
Text Example
White with #9545AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545AF; }
p { color: rgb(149,69,175); }
H1.HeaderClassName
{
color: #9545AF;
}
.AnyTagClassName
{
color: #9545AF;
}
</style>
background-color css
<style>
a { background-color: #9545AF; }
a { background-color: rgb(149,69,175); }
div.DivClassName
{
background-color: #9545AF;
}
.BgClassName
{
background-color: #9545AF;
}
</style>
border-color css
<style>
span { border-color: #9545AF; }
span { border-color: rgb(149,69,175); }
td.TdClassName
{
border-color: #9545AF;
}
.TagClassName
{
border-color: #9545AF;
}
</style>