Shades of Lilac Bush #855DBE
Tints of Lilac Bush #855DBE
RGB
CMYK
RGB Variations
Color information
#855DBE (or 0x855DBE) is known color: Lilac Bush. HEX triplet: 85, 5D and BE. RGB value is (133,93,190). Sum of RGB (Red+Green+Blue) = 133+93+190=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #855DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DBE is #7AA241. Grayscale: #737373. Windows color (decimal): -8036930 or 12475781. OLE color: 12475781.
HSL color Cylindrical-coordinate representation of color #855DBE: hue angle of 264.74º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855DBE is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 93 | 190 | - |
| CMYK | 0.3 | 0.51 | 0 | 0.25 |
| HSL | 264.74º | 0.43% | 0.55% | - |
| HSV(B) | 264.74º | 0.51% | 0.75% | - |
| XYZ | 22.88 | 16.53 | 50.7 | - |
| YUV | 116.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 190 | 0.3 | 0.51 | 0 | 0.25 | 264.74 | 0.43 | 0.55 |
| Hex | 85 | 5D | BE | 1E | 33 | 0 | 19 | 109 | 2B | 37 |
| Octal | 205 | 135 | 276 | 36 | 63 | 0 | 31 | 411 | 53 | 67 |
| Binary | 10000101 | 1011101 | 10111110 | 11110 | 110011 | 0 | 11001 | 100001001 | 101011 | 110111 |
Color Harmonies of #855DBE
Complementary color
Monochromatic Colors of #855DBE
Black with #855DBE
Text Example
Text Example
White with #855DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DBE; }
p { color: rgb(133,93,190); }
H1.HeaderClassName
{
color: #855DBE;
}
.AnyTagClassName
{
color: #855DBE;
}
</style>
background-color css
<style>
a { background-color: #855DBE; }
a { background-color: rgb(133,93,190); }
div.DivClassName
{
background-color: #855DBE;
}
.BgClassName
{
background-color: #855DBE;
}
</style>
border-color css
<style>
span { border-color: #855DBE; }
span { border-color: rgb(133,93,190); }
td.TdClassName
{
border-color: #855DBE;
}
.TagClassName
{
border-color: #855DBE;
}
</style>