Shades of Deep Lilac #9545A5
Tints of Deep Lilac #9545A5
RGB
CMYK
RGB Variations
Color information
#9545A5 (or 0x9545A5) is known color: Deep Lilac. HEX triplet: 95, 45 and A5. RGB value is (149,69,165). Sum of RGB (Red+Green+Blue) = 149+69+165=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #9545A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9545A5 is #6ABA5A. Grayscale: #676767. Windows color (decimal): -6994523 or 10831253. OLE color: 10831253.
HSL color Cylindrical-coordinate representation of color #9545A5: hue angle of 290º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9545A5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 69 | 165 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.35 |
| HSL | 290º | 0.41% | 0.46% | - |
| HSV(B) | 290º | 0.58% | 0.65% | - |
| XYZ | 21.31 | 13.36 | 37.05 | - |
| YUV | 103.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 165 | 0.10 | 0.58 | 0 | 0.35 | 290 | 0.41 | 0.46 |
| Hex | 95 | 45 | A5 | A | 3A | 0 | 23 | 122 | 29 | 2E |
| Octal | 225 | 105 | 245 | 12 | 72 | 0 | 43 | 442 | 51 | 56 |
| Binary | 10010101 | 1000101 | 10100101 | 1010 | 111010 | 0 | 100011 | 100100010 | 101001 | 101110 |
Color Harmonies of #9545A5
Complementary color
Monochromatic Colors of #9545A5
Black with #9545A5
Text Example
Text Example
White with #9545A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545A5; }
p { color: rgb(149,69,165); }
H1.HeaderClassName
{
color: #9545A5;
}
.AnyTagClassName
{
color: #9545A5;
}
</style>
background-color css
<style>
a { background-color: #9545A5; }
a { background-color: rgb(149,69,165); }
div.DivClassName
{
background-color: #9545A5;
}
.BgClassName
{
background-color: #9545A5;
}
</style>
border-color css
<style>
span { border-color: #9545A5; }
span { border-color: rgb(149,69,165); }
td.TdClassName
{
border-color: #9545A5;
}
.TagClassName
{
border-color: #9545A5;
}
</style>