Shades of Deep Lilac #9543AF
Tints of Deep Lilac #9543AF
RGB
CMYK
RGB Variations
Color information
#9543AF (or 0x9543AF) is known color: Deep Lilac. HEX triplet: 95, 43 and AF. RGB value is (149,67,175). Sum of RGB (Red+Green+Blue) = 149+67+175=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #9543AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9543AF is #6ABC50. Grayscale: #676767. Windows color (decimal): -6995025 or 11486101. OLE color: 11486101.
HSL color Cylindrical-coordinate representation of color #9543AF: hue angle of 285.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9543AF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 67 | 175 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.31 |
| HSL | 285.56º | 0.45% | 0.47% | - |
| HSV(B) | 285.56º | 0.62% | 0.69% | - |
| XYZ | 22.14 | 13.5 | 42 | - |
| YUV | 103.83 | 168.17 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 175 | 0.15 | 0.62 | 0 | 0.31 | 285.56 | 0.45 | 0.47 |
| Hex | 95 | 43 | AF | F | 3E | 0 | 1F | 11E | 2D | 2F |
| Octal | 225 | 103 | 257 | 17 | 76 | 0 | 37 | 436 | 55 | 57 |
| Binary | 10010101 | 1000011 | 10101111 | 1111 | 111110 | 0 | 11111 | 100011110 | 101101 | 101111 |
Color Harmonies of #9543AF
Complementary color
Monochromatic Colors of #9543AF
Black with #9543AF
Text Example
Text Example
White with #9543AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543AF; }
p { color: rgb(149,67,175); }
H1.HeaderClassName
{
color: #9543AF;
}
.AnyTagClassName
{
color: #9543AF;
}
</style>
background-color css
<style>
a { background-color: #9543AF; }
a { background-color: rgb(149,67,175); }
div.DivClassName
{
background-color: #9543AF;
}
.BgClassName
{
background-color: #9543AF;
}
</style>
border-color css
<style>
span { border-color: #9543AF; }
span { border-color: rgb(149,67,175); }
td.TdClassName
{
border-color: #9543AF;
}
.TagClassName
{
border-color: #9543AF;
}
</style>