Shades of Deep Lilac #9547BE
Tints of Deep Lilac #9547BE
RGB
CMYK
RGB Variations
Color information
#9547BE (or 0x9547BE) is known color: Deep Lilac. HEX triplet: 95, 47 and BE. RGB value is (149,71,190). Sum of RGB (Red+Green+Blue) = 149+71+190=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #9547BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547BE is #6AB841. Grayscale: #6B6B6B. Windows color (decimal): -6993986 or 12470165. OLE color: 12470165.
HSL color Cylindrical-coordinate representation of color #9547BE: hue angle of 279.33º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9547BE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 71 | 190 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.25 |
| HSL | 279.33º | 0.48% | 0.51% | - |
| HSV(B) | 279.33º | 0.63% | 0.75% | - |
| XYZ | 23.94 | 14.61 | 50.27 | - |
| YUV | 107.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 190 | 0.22 | 0.63 | 0 | 0.25 | 279.33 | 0.48 | 0.51 |
| Hex | 95 | 47 | BE | 16 | 3F | 0 | 19 | 117 | 30 | 33 |
| Octal | 225 | 107 | 276 | 26 | 77 | 0 | 31 | 427 | 60 | 63 |
| Binary | 10010101 | 1000111 | 10111110 | 10110 | 111111 | 0 | 11001 | 100010111 | 110000 | 110011 |
Color Harmonies of #9547BE
Complementary color
Monochromatic Colors of #9547BE
Black with #9547BE
Text Example
Text Example
White with #9547BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547BE; }
p { color: rgb(149,71,190); }
H1.HeaderClassName
{
color: #9547BE;
}
.AnyTagClassName
{
color: #9547BE;
}
</style>
background-color css
<style>
a { background-color: #9547BE; }
a { background-color: rgb(149,71,190); }
div.DivClassName
{
background-color: #9547BE;
}
.BgClassName
{
background-color: #9547BE;
}
</style>
border-color css
<style>
span { border-color: #9547BE; }
span { border-color: rgb(149,71,190); }
td.TdClassName
{
border-color: #9547BE;
}
.TagClassName
{
border-color: #9547BE;
}
</style>