Shades of Deep Lilac #854BBB
Tints of Deep Lilac #854BBB
RGB
CMYK
RGB Variations
Color information
#854BBB (or 0x854BBB) is known color: Deep Lilac. HEX triplet: 85, 4B and BB. RGB value is (133,75,187). Sum of RGB (Red+Green+Blue) = 133+75+187=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #854BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BBB is #7AB444. Grayscale: #686868. Windows color (decimal): -8041541 or 12274565. OLE color: 12274565.
HSL color Cylindrical-coordinate representation of color #854BBB: hue angle of 271.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854BBB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 75 | 187 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.27 |
| HSL | 271.07º | 0.45% | 0.51% | - |
| HSV(B) | 271.07º | 0.6% | 0.73% | - |
| XYZ | 21.16 | 13.61 | 48.52 | - |
| YUV | 105.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 187 | 0.29 | 0.60 | 0 | 0.27 | 271.07 | 0.45 | 0.51 |
| Hex | 85 | 4B | BB | 1D | 3C | 0 | 1B | 10F | 2D | 33 |
| Octal | 205 | 113 | 273 | 35 | 74 | 0 | 33 | 417 | 55 | 63 |
| Binary | 10000101 | 1001011 | 10111011 | 11101 | 111100 | 0 | 11011 | 100001111 | 101101 | 110011 |
Color Harmonies of #854BBB
Complementary color
Monochromatic Colors of #854BBB
Black with #854BBB
Text Example
Text Example
White with #854BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854BBB; }
p { color: rgb(133,75,187); }
H1.HeaderClassName
{
color: #854BBB;
}
.AnyTagClassName
{
color: #854BBB;
}
</style>
background-color css
<style>
a { background-color: #854BBB; }
a { background-color: rgb(133,75,187); }
div.DivClassName
{
background-color: #854BBB;
}
.BgClassName
{
background-color: #854BBB;
}
</style>
border-color css
<style>
span { border-color: #854BBB; }
span { border-color: rgb(133,75,187); }
td.TdClassName
{
border-color: #854BBB;
}
.TagClassName
{
border-color: #854BBB;
}
</style>