Shades of Deep Lilac #854DBB
Tints of Deep Lilac #854DBB
RGB
CMYK
RGB Variations
Color information
#854DBB (or 0x854DBB) is known color: Deep Lilac. HEX triplet: 85, 4D and BB. RGB value is (133,77,187). Sum of RGB (Red+Green+Blue) = 133+77+187=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #854DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DBB is #7AB244. Grayscale: #696969. Windows color (decimal): -8041029 or 12275077. OLE color: 12275077.
HSL color Cylindrical-coordinate representation of color #854DBB: hue angle of 270.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854DBB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 77 | 187 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.27 |
| HSL | 270.55º | 0.45% | 0.52% | - |
| HSV(B) | 270.55º | 0.59% | 0.73% | - |
| XYZ | 21.3 | 13.88 | 48.57 | - |
| YUV | 106.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 187 | 0.29 | 0.59 | 0 | 0.27 | 270.55 | 0.45 | 0.52 |
| Hex | 85 | 4D | BB | 1D | 3B | 0 | 1B | 10F | 2D | 34 |
| Octal | 205 | 115 | 273 | 35 | 73 | 0 | 33 | 417 | 55 | 64 |
| Binary | 10000101 | 1001101 | 10111011 | 11101 | 111011 | 0 | 11011 | 100001111 | 101101 | 110100 |
Color Harmonies of #854DBB
Complementary color
Monochromatic Colors of #854DBB
Black with #854DBB
Text Example
Text Example
White with #854DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DBB; }
p { color: rgb(133,77,187); }
H1.HeaderClassName
{
color: #854DBB;
}
.AnyTagClassName
{
color: #854DBB;
}
</style>
background-color css
<style>
a { background-color: #854DBB; }
a { background-color: rgb(133,77,187); }
div.DivClassName
{
background-color: #854DBB;
}
.BgClassName
{
background-color: #854DBB;
}
</style>
border-color css
<style>
span { border-color: #854DBB; }
span { border-color: rgb(133,77,187); }
td.TdClassName
{
border-color: #854DBB;
}
.TagClassName
{
border-color: #854DBB;
}
</style>