Shades of Deep Lilac #8550BF
Tints of Deep Lilac #8550BF
RGB
CMYK
RGB Variations
Color information
#8550BF (or 0x8550BF) is known color: Deep Lilac. HEX triplet: 85, 50 and BF. RGB value is (133,80,191). Sum of RGB (Red+Green+Blue) = 133+80+191=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #8550BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550BF is #7AAF40. Grayscale: #6C6C6C. Windows color (decimal): -8040257 or 12537989. OLE color: 12537989.
HSL color Cylindrical-coordinate representation of color #8550BF: hue angle of 268.65º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8550BF is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 80 | 191 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.25 |
| HSL | 268.65º | 0.46% | 0.53% | - |
| HSV(B) | 268.65º | 0.58% | 0.75% | - |
| XYZ | 21.95 | 14.49 | 50.93 | - |
| YUV | 108.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 191 | 0.30 | 0.58 | 0 | 0.25 | 268.65 | 0.46 | 0.53 |
| Hex | 85 | 50 | BF | 1E | 3A | 0 | 19 | 10D | 2E | 35 |
| Octal | 205 | 120 | 277 | 36 | 72 | 0 | 31 | 415 | 56 | 65 |
| Binary | 10000101 | 1010000 | 10111111 | 11110 | 111010 | 0 | 11001 | 100001101 | 101110 | 110101 |
Color Harmonies of #8550BF
Complementary color
Monochromatic Colors of #8550BF
Black with #8550BF
Text Example
Text Example
White with #8550BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550BF; }
p { color: rgb(133,80,191); }
H1.HeaderClassName
{
color: #8550BF;
}
.AnyTagClassName
{
color: #8550BF;
}
</style>
background-color css
<style>
a { background-color: #8550BF; }
a { background-color: rgb(133,80,191); }
div.DivClassName
{
background-color: #8550BF;
}
.BgClassName
{
background-color: #8550BF;
}
</style>
border-color css
<style>
span { border-color: #8550BF; }
span { border-color: rgb(133,80,191); }
td.TdClassName
{
border-color: #8550BF;
}
.TagClassName
{
border-color: #8550BF;
}
</style>