Shades of Deep Lilac #8550C0
Tints of Deep Lilac #8550C0
RGB
CMYK
RGB Variations
Color information
#8550C0 (or 0x8550C0) is known color: Deep Lilac. HEX triplet: 85, 50 and C0. RGB value is (133,80,192). Sum of RGB (Red+Green+Blue) = 133+80+192=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #8550C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550C0 is #7AAF3F. Grayscale: #6C6C6C. Windows color (decimal): -8040256 or 12603525. OLE color: 12603525.
HSL color Cylindrical-coordinate representation of color #8550C0: hue angle of 268.39º degrees, saturation: 0.47, 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 #8550C0 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 80 | 192 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.25 |
| HSL | 268.39º | 0.47% | 0.53% | - |
| HSV(B) | 268.39º | 0.58% | 0.75% | - |
| XYZ | 22.06 | 14.53 | 51.51 | - |
| YUV | 108.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 192 | 0.31 | 0.58 | 0 | 0.25 | 268.39 | 0.47 | 0.53 |
| Hex | 85 | 50 | C0 | 1F | 3A | 0 | 19 | 10C | 2F | 35 |
| Octal | 205 | 120 | 300 | 37 | 72 | 0 | 31 | 414 | 57 | 65 |
| Binary | 10000101 | 1010000 | 11000000 | 11111 | 111010 | 0 | 11001 | 100001100 | 101111 | 110101 |
Color Harmonies of #8550C0
Complementary color
Monochromatic Colors of #8550C0
Black with #8550C0
Text Example
Text Example
White with #8550C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550C0; }
p { color: rgb(133,80,192); }
H1.HeaderClassName
{
color: #8550C0;
}
.AnyTagClassName
{
color: #8550C0;
}
</style>
background-color css
<style>
a { background-color: #8550C0; }
a { background-color: rgb(133,80,192); }
div.DivClassName
{
background-color: #8550C0;
}
.BgClassName
{
background-color: #8550C0;
}
</style>
border-color css
<style>
span { border-color: #8550C0; }
span { border-color: rgb(133,80,192); }
td.TdClassName
{
border-color: #8550C0;
}
.TagClassName
{
border-color: #8550C0;
}
</style>