Shades of Deep Lilac #9561BC
Tints of Deep Lilac #9561BC
RGB
CMYK
RGB Variations
Color information
#9561BC (or 0x9561BC) is known color: Deep Lilac. HEX triplet: 95, 61 and BC. RGB value is (149,97,188). Sum of RGB (Red+Green+Blue) = 149+97+188=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #9561BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561BC is #6A9E43. Grayscale: #7A7A7A. Windows color (decimal): -6987332 or 12345749. OLE color: 12345749.
HSL color Cylindrical-coordinate representation of color #9561BC: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9561BC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 97 | 188 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.26 |
| HSL | 274.29º | 0.4% | 0.56% | - |
| HSV(B) | 274.29º | 0.48% | 0.74% | - |
| XYZ | 25.75 | 18.57 | 49.8 | - |
| YUV | 122.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 188 | 0.21 | 0.48 | 0 | 0.26 | 274.29 | 0.4 | 0.56 |
| Hex | 95 | 61 | BC | 15 | 30 | 0 | 1A | 112 | 28 | 38 |
| Octal | 225 | 141 | 274 | 25 | 60 | 0 | 32 | 422 | 50 | 70 |
| Binary | 10010101 | 1100001 | 10111100 | 10101 | 110000 | 0 | 11010 | 100010010 | 101000 | 111000 |
Color Harmonies of #9561BC
Complementary color
Monochromatic Colors of #9561BC
Black with #9561BC
Text Example
Text Example
White with #9561BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9561BC; }
p { color: rgb(149,97,188); }
H1.HeaderClassName
{
color: #9561BC;
}
.AnyTagClassName
{
color: #9561BC;
}
</style>
background-color css
<style>
a { background-color: #9561BC; }
a { background-color: rgb(149,97,188); }
div.DivClassName
{
background-color: #9561BC;
}
.BgClassName
{
background-color: #9561BC;
}
</style>
border-color css
<style>
span { border-color: #9561BC; }
span { border-color: rgb(149,97,188); }
td.TdClassName
{
border-color: #9561BC;
}
.TagClassName
{
border-color: #9561BC;
}
</style>