Shades of Deep Lilac #8551B5
Tints of Deep Lilac #8551B5
RGB
CMYK
RGB Variations
Color information
#8551B5 (or 0x8551B5) is known color: Deep Lilac. HEX triplet: 85, 51 and B5. RGB value is (133,81,181). Sum of RGB (Red+Green+Blue) = 133+81+181=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #8551B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8551B5 is #7AAE4A. Grayscale: #6B6B6B. Windows color (decimal): -8040011 or 11882885. OLE color: 11882885.
HSL color Cylindrical-coordinate representation of color #8551B5: hue angle of 271.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8551B5 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 81 | 181 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.29 |
| HSL | 271.2º | 0.4% | 0.51% | - |
| HSV(B) | 271.2º | 0.55% | 0.71% | - |
| XYZ | 20.96 | 14.21 | 45.35 | - |
| YUV | 107.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 181 | 0.27 | 0.55 | 0 | 0.29 | 271.2 | 0.4 | 0.51 |
| Hex | 85 | 51 | B5 | 1B | 37 | 0 | 1D | 10F | 28 | 33 |
| Octal | 205 | 121 | 265 | 33 | 67 | 0 | 35 | 417 | 50 | 63 |
| Binary | 10000101 | 1010001 | 10110101 | 11011 | 110111 | 0 | 11101 | 100001111 | 101000 | 110011 |
Color Harmonies of #8551B5
Complementary color
Monochromatic Colors of #8551B5
Black with #8551B5
Text Example
Text Example
White with #8551B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551B5; }
p { color: rgb(133,81,181); }
H1.HeaderClassName
{
color: #8551B5;
}
.AnyTagClassName
{
color: #8551B5;
}
</style>
background-color css
<style>
a { background-color: #8551B5; }
a { background-color: rgb(133,81,181); }
div.DivClassName
{
background-color: #8551B5;
}
.BgClassName
{
background-color: #8551B5;
}
</style>
border-color css
<style>
span { border-color: #8551B5; }
span { border-color: rgb(133,81,181); }
td.TdClassName
{
border-color: #8551B5;
}
.TagClassName
{
border-color: #8551B5;
}
</style>