Shades of Lilac Bush #855DB7
Tints of Lilac Bush #855DB7
RGB
CMYK
RGB Variations
Color information
#855DB7 (or 0x855DB7) is known color: Lilac Bush. HEX triplet: 85, 5D and B7. RGB value is (133,93,183). Sum of RGB (Red+Green+Blue) = 133+93+183=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #855DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DB7 is #7AA248. Grayscale: #727272. Windows color (decimal): -8036937 or 12017029. OLE color: 12017029.
HSL color Cylindrical-coordinate representation of color #855DB7: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855DB7 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 93 | 183 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.28 |
| HSL | 266.67º | 0.38% | 0.54% | - |
| HSV(B) | 266.67º | 0.49% | 0.72% | - |
| XYZ | 22.13 | 16.23 | 46.77 | - |
| YUV | 115.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 183 | 0.27 | 0.49 | 0 | 0.28 | 266.67 | 0.38 | 0.54 |
| Hex | 85 | 5D | B7 | 1B | 31 | 0 | 1C | 10B | 26 | 36 |
| Octal | 205 | 135 | 267 | 33 | 61 | 0 | 34 | 413 | 46 | 66 |
| Binary | 10000101 | 1011101 | 10110111 | 11011 | 110001 | 0 | 11100 | 100001011 | 100110 | 110110 |
Color Harmonies of #855DB7
Complementary color
Monochromatic Colors of #855DB7
Black with #855DB7
Text Example
Text Example
White with #855DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DB7; }
p { color: rgb(133,93,183); }
H1.HeaderClassName
{
color: #855DB7;
}
.AnyTagClassName
{
color: #855DB7;
}
</style>
background-color css
<style>
a { background-color: #855DB7; }
a { background-color: rgb(133,93,183); }
div.DivClassName
{
background-color: #855DB7;
}
.BgClassName
{
background-color: #855DB7;
}
</style>
border-color css
<style>
span { border-color: #855DB7; }
span { border-color: rgb(133,93,183); }
td.TdClassName
{
border-color: #855DB7;
}
.TagClassName
{
border-color: #855DB7;
}
</style>