Shades of Deep Lilac #9546B1
Tints of Deep Lilac #9546B1
RGB
CMYK
RGB Variations
Color information
#9546B1 (or 0x9546B1) is known color: Deep Lilac. HEX triplet: 95, 46 and B1. RGB value is (149,70,177). Sum of RGB (Red+Green+Blue) = 149+70+177=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #9546B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9546B1 is #6AB94E. Grayscale: #696969. Windows color (decimal): -6994255 or 11617941. OLE color: 11617941.
HSL color Cylindrical-coordinate representation of color #9546B1: hue angle of 284.3º 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 #9546B1 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 70 | 177 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.31 |
| HSL | 284.3º | 0.43% | 0.48% | - |
| HSV(B) | 284.3º | 0.6% | 0.69% | - |
| XYZ | 22.52 | 13.94 | 43.1 | - |
| YUV | 105.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 177 | 0.16 | 0.60 | 0 | 0.31 | 284.3 | 0.43 | 0.48 |
| Hex | 95 | 46 | B1 | 10 | 3C | 0 | 1F | 11C | 2B | 30 |
| Octal | 225 | 106 | 261 | 20 | 74 | 0 | 37 | 434 | 53 | 60 |
| Binary | 10010101 | 1000110 | 10110001 | 10000 | 111100 | 0 | 11111 | 100011100 | 101011 | 110000 |
Color Harmonies of #9546B1
Complementary color
Monochromatic Colors of #9546B1
Black with #9546B1
Text Example
Text Example
White with #9546B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546B1; }
p { color: rgb(149,70,177); }
H1.HeaderClassName
{
color: #9546B1;
}
.AnyTagClassName
{
color: #9546B1;
}
</style>
background-color css
<style>
a { background-color: #9546B1; }
a { background-color: rgb(149,70,177); }
div.DivClassName
{
background-color: #9546B1;
}
.BgClassName
{
background-color: #9546B1;
}
</style>
border-color css
<style>
span { border-color: #9546B1; }
span { border-color: rgb(149,70,177); }
td.TdClassName
{
border-color: #9546B1;
}
.TagClassName
{
border-color: #9546B1;
}
</style>