Shades of Deep Lilac #9563BC
Tints of Deep Lilac #9563BC
RGB
CMYK
RGB Variations
Color information
#9563BC (or 0x9563BC) is known color: Deep Lilac. HEX triplet: 95, 63 and BC. RGB value is (149,99,188). Sum of RGB (Red+Green+Blue) = 149+99+188=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9563BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563BC is #6A9C43. Grayscale: #7B7B7B. Windows color (decimal): -6986820 or 12346261. OLE color: 12346261.
HSL color Cylindrical-coordinate representation of color #9563BC: hue angle of 273.71º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9563BC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 99 | 188 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.26 |
| HSL | 273.71º | 0.4% | 0.56% | - |
| HSV(B) | 273.71º | 0.47% | 0.74% | - |
| XYZ | 25.93 | 18.94 | 49.87 | - |
| YUV | 124.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 188 | 0.21 | 0.47 | 0 | 0.26 | 273.71 | 0.4 | 0.56 |
| Hex | 95 | 63 | BC | 15 | 2F | 0 | 1A | 112 | 28 | 38 |
| Octal | 225 | 143 | 274 | 25 | 57 | 0 | 32 | 422 | 50 | 70 |
| Binary | 10010101 | 1100011 | 10111100 | 10101 | 101111 | 0 | 11010 | 100010010 | 101000 | 111000 |
Color Harmonies of #9563BC
Complementary color
Monochromatic Colors of #9563BC
Black with #9563BC
Text Example
Text Example
White with #9563BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9563BC; }
p { color: rgb(149,99,188); }
H1.HeaderClassName
{
color: #9563BC;
}
.AnyTagClassName
{
color: #9563BC;
}
</style>
background-color css
<style>
a { background-color: #9563BC; }
a { background-color: rgb(149,99,188); }
div.DivClassName
{
background-color: #9563BC;
}
.BgClassName
{
background-color: #9563BC;
}
</style>
border-color css
<style>
span { border-color: #9563BC; }
span { border-color: rgb(149,99,188); }
td.TdClassName
{
border-color: #9563BC;
}
.TagClassName
{
border-color: #9563BC;
}
</style>