Shades of Deep Lilac #9560B8
Tints of Deep Lilac #9560B8
RGB
CMYK
RGB Variations
Color information
#9560B8 (or 0x9560B8) is known color: Deep Lilac. HEX triplet: 95, 60 and B8. RGB value is (149,96,184). Sum of RGB (Red+Green+Blue) = 149+96+184=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #9560B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560B8 is #6A9F47. Grayscale: #797979. Windows color (decimal): -6987592 or 12083349. OLE color: 12083349.
HSL color Cylindrical-coordinate representation of color #9560B8: hue angle of 276.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9560B8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 96 | 184 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.28 |
| HSL | 276.14º | 0.38% | 0.55% | - |
| HSV(B) | 276.14º | 0.48% | 0.72% | - |
| XYZ | 25.23 | 18.22 | 47.53 | - |
| YUV | 121.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 184 | 0.19 | 0.48 | 0 | 0.28 | 276.14 | 0.38 | 0.55 |
| Hex | 95 | 60 | B8 | 13 | 30 | 0 | 1C | 114 | 26 | 37 |
| Octal | 225 | 140 | 270 | 23 | 60 | 0 | 34 | 424 | 46 | 67 |
| Binary | 10010101 | 1100000 | 10111000 | 10011 | 110000 | 0 | 11100 | 100010100 | 100110 | 110111 |
Color Harmonies of #9560B8
Complementary color
Monochromatic Colors of #9560B8
Black with #9560B8
Text Example
Text Example
White with #9560B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560B8; }
p { color: rgb(149,96,184); }
H1.HeaderClassName
{
color: #9560B8;
}
.AnyTagClassName
{
color: #9560B8;
}
</style>
background-color css
<style>
a { background-color: #9560B8; }
a { background-color: rgb(149,96,184); }
div.DivClassName
{
background-color: #9560B8;
}
.BgClassName
{
background-color: #9560B8;
}
</style>
border-color css
<style>
span { border-color: #9560B8; }
span { border-color: rgb(149,96,184); }
td.TdClassName
{
border-color: #9560B8;
}
.TagClassName
{
border-color: #9560B8;
}
</style>