Shades of Deep Lilac #854CBF
Tints of Deep Lilac #854CBF
RGB
CMYK
RGB Variations
Color information
#854CBF (or 0x854CBF) is known color: Deep Lilac. HEX triplet: 85, 4C and BF. RGB value is (133,76,191). Sum of RGB (Red+Green+Blue) = 133+76+191=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #854CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CBF is #7AB340. Grayscale: #696969. Windows color (decimal): -8041281 or 12536965. OLE color: 12536965.
HSL color Cylindrical-coordinate representation of color #854CBF: hue angle of 269.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854CBF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 76 | 191 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.25 |
| HSL | 269.74º | 0.47% | 0.52% | - |
| HSV(B) | 269.74º | 0.6% | 0.75% | - |
| XYZ | 21.66 | 13.92 | 50.83 | - |
| YUV | 106.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 191 | 0.30 | 0.60 | 0 | 0.25 | 269.74 | 0.47 | 0.52 |
| Hex | 85 | 4C | BF | 1E | 3C | 0 | 19 | 10E | 2F | 34 |
| Octal | 205 | 114 | 277 | 36 | 74 | 0 | 31 | 416 | 57 | 64 |
| Binary | 10000101 | 1001100 | 10111111 | 11110 | 111100 | 0 | 11001 | 100001110 | 101111 | 110100 |
Color Harmonies of #854CBF
Complementary color
Monochromatic Colors of #854CBF
Black with #854CBF
Text Example
Text Example
White with #854CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CBF; }
p { color: rgb(133,76,191); }
H1.HeaderClassName
{
color: #854CBF;
}
.AnyTagClassName
{
color: #854CBF;
}
</style>
background-color css
<style>
a { background-color: #854CBF; }
a { background-color: rgb(133,76,191); }
div.DivClassName
{
background-color: #854CBF;
}
.BgClassName
{
background-color: #854CBF;
}
</style>
border-color css
<style>
span { border-color: #854CBF; }
span { border-color: rgb(133,76,191); }
td.TdClassName
{
border-color: #854CBF;
}
.TagClassName
{
border-color: #854CBF;
}
</style>