Shades of Deep Lilac #8255BB
Tints of Deep Lilac #8255BB
RGB
CMYK
RGB Variations
Color information
#8255BB (or 0x8255BB) is known color: Deep Lilac. HEX triplet: 82, 55 and BB. RGB value is (130,85,187). Sum of RGB (Red+Green+Blue) = 130+85+187=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #8255BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255BB is #7DAA44. Grayscale: #6D6D6D. Windows color (decimal): -8235589 or 12277122. OLE color: 12277122.
HSL color Cylindrical-coordinate representation of color #8255BB: hue angle of 266.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8255BB is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 85 | 187 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.27 |
| HSL | 266.47º | 0.43% | 0.53% | - |
| HSV(B) | 266.47º | 0.55% | 0.73% | - |
| XYZ | 21.42 | 14.83 | 48.75 | - |
| YUV | 110.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 187 | 0.30 | 0.55 | 0 | 0.27 | 266.47 | 0.43 | 0.53 |
| Hex | 82 | 55 | BB | 1E | 37 | 0 | 1B | 10A | 2B | 35 |
| Octal | 202 | 125 | 273 | 36 | 67 | 0 | 33 | 412 | 53 | 65 |
| Binary | 10000010 | 1010101 | 10111011 | 11110 | 110111 | 0 | 11011 | 100001010 | 101011 | 110101 |
Color Harmonies of #8255BB
Complementary color
Monochromatic Colors of #8255BB
Black with #8255BB
Text Example
Text Example
White with #8255BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255BB; }
p { color: rgb(130,85,187); }
H1.HeaderClassName
{
color: #8255BB;
}
.AnyTagClassName
{
color: #8255BB;
}
</style>
background-color css
<style>
a { background-color: #8255BB; }
a { background-color: rgb(130,85,187); }
div.DivClassName
{
background-color: #8255BB;
}
.BgClassName
{
background-color: #8255BB;
}
</style>
border-color css
<style>
span { border-color: #8255BB; }
span { border-color: rgb(130,85,187); }
td.TdClassName
{
border-color: #8255BB;
}
.TagClassName
{
border-color: #8255BB;
}
</style>