Shades of Deep Lilac #9546AF
Tints of Deep Lilac #9546AF
RGB
CMYK
RGB Variations
Color information
#9546AF (or 0x9546AF) is known color: Deep Lilac. HEX triplet: 95, 46 and AF. RGB value is (149,70,175). Sum of RGB (Red+Green+Blue) = 149+70+175=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #9546AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9546AF is #6AB950. Grayscale: #696969. Windows color (decimal): -6994257 or 11486869. OLE color: 11486869.
HSL color Cylindrical-coordinate representation of color #9546AF: hue angle of 285.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9546AF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 70 | 175 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.31 |
| HSL | 285.14º | 0.43% | 0.48% | - |
| HSV(B) | 285.14º | 0.6% | 0.69% | - |
| XYZ | 22.32 | 13.87 | 42.06 | - |
| YUV | 105.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 175 | 0.15 | 0.60 | 0 | 0.31 | 285.14 | 0.43 | 0.48 |
| Hex | 95 | 46 | AF | F | 3C | 0 | 1F | 11D | 2B | 30 |
| Octal | 225 | 106 | 257 | 17 | 74 | 0 | 37 | 435 | 53 | 60 |
| Binary | 10010101 | 1000110 | 10101111 | 1111 | 111100 | 0 | 11111 | 100011101 | 101011 | 110000 |
Color Harmonies of #9546AF
Complementary color
Monochromatic Colors of #9546AF
Black with #9546AF
Text Example
Text Example
White with #9546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546AF; }
p { color: rgb(149,70,175); }
H1.HeaderClassName
{
color: #9546AF;
}
.AnyTagClassName
{
color: #9546AF;
}
</style>
background-color css
<style>
a { background-color: #9546AF; }
a { background-color: rgb(149,70,175); }
div.DivClassName
{
background-color: #9546AF;
}
.BgClassName
{
background-color: #9546AF;
}
</style>
border-color css
<style>
span { border-color: #9546AF; }
span { border-color: rgb(149,70,175); }
td.TdClassName
{
border-color: #9546AF;
}
.TagClassName
{
border-color: #9546AF;
}
</style>