Shades of Deep Lilac #9B57B1
Tints of Deep Lilac #9B57B1
RGB
CMYK
RGB Variations
Color information
#9B57B1 (or 0x9B57B1) is known color: Deep Lilac. HEX triplet: 9B, 57 and B1. RGB value is (155,87,177). Sum of RGB (Red+Green+Blue) = 155+87+177=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B57B1 is #64A84E. Grayscale: #757575. Windows color (decimal): -6596687 or 11622299. OLE color: 11622299.
HSL color Cylindrical-coordinate representation of color #9B57B1: hue angle of 285.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B57B1 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 87 | 177 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.31 |
| HSL | 285.33º | 0.37% | 0.52% | - |
| HSV(B) | 285.33º | 0.51% | 0.69% | - |
| XYZ | 24.86 | 16.96 | 43.56 | - |
| YUV | 117.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 177 | 0.12 | 0.51 | 0 | 0.31 | 285.33 | 0.37 | 0.52 |
| Hex | 9B | 57 | B1 | C | 33 | 0 | 1F | 11D | 25 | 34 |
| Octal | 233 | 127 | 261 | 14 | 63 | 0 | 37 | 435 | 45 | 64 |
| Binary | 10011011 | 1010111 | 10110001 | 1100 | 110011 | 0 | 11111 | 100011101 | 100101 | 110100 |
Color Harmonies of #9B57B1
Complementary color
Monochromatic Colors of #9B57B1
Black with #9B57B1
Text Example
Text Example
White with #9B57B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B57B1; }
p { color: rgb(155,87,177); }
H1.HeaderClassName
{
color: #9B57B1;
}
.AnyTagClassName
{
color: #9B57B1;
}
</style>
background-color css
<style>
a { background-color: #9B57B1; }
a { background-color: rgb(155,87,177); }
div.DivClassName
{
background-color: #9B57B1;
}
.BgClassName
{
background-color: #9B57B1;
}
</style>
border-color css
<style>
span { border-color: #9B57B1; }
span { border-color: rgb(155,87,177); }
td.TdClassName
{
border-color: #9B57B1;
}
.TagClassName
{
border-color: #9B57B1;
}
</style>