Shades of Deep Lilac #8250BB
Tints of Deep Lilac #8250BB
RGB
CMYK
RGB Variations
Color information
#8250BB (or 0x8250BB) is known color: Deep Lilac. HEX triplet: 82, 50 and BB. RGB value is (130,80,187). Sum of RGB (Red+Green+Blue) = 130+80+187=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #8250BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250BB is #7DAF44. Grayscale: #6A6A6A. Windows color (decimal): -8236869 or 12275842. OLE color: 12275842.
HSL color Cylindrical-coordinate representation of color #8250BB: hue angle of 268.04º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8250BB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 80 | 187 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.27 |
| HSL | 268.04º | 0.44% | 0.52% | - |
| HSV(B) | 268.04º | 0.57% | 0.73% | - |
| XYZ | 21.04 | 14.07 | 48.62 | - |
| YUV | 107.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 187 | 0.30 | 0.57 | 0 | 0.27 | 268.04 | 0.44 | 0.52 |
| Hex | 82 | 50 | BB | 1E | 39 | 0 | 1B | 10C | 2C | 34 |
| Octal | 202 | 120 | 273 | 36 | 71 | 0 | 33 | 414 | 54 | 64 |
| Binary | 10000010 | 1010000 | 10111011 | 11110 | 111001 | 0 | 11011 | 100001100 | 101100 | 110100 |
Color Harmonies of #8250BB
Complementary color
Monochromatic Colors of #8250BB
Black with #8250BB
Text Example
Text Example
White with #8250BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250BB; }
p { color: rgb(130,80,187); }
H1.HeaderClassName
{
color: #8250BB;
}
.AnyTagClassName
{
color: #8250BB;
}
</style>
background-color css
<style>
a { background-color: #8250BB; }
a { background-color: rgb(130,80,187); }
div.DivClassName
{
background-color: #8250BB;
}
.BgClassName
{
background-color: #8250BB;
}
</style>
border-color css
<style>
span { border-color: #8250BB; }
span { border-color: rgb(130,80,187); }
td.TdClassName
{
border-color: #8250BB;
}
.TagClassName
{
border-color: #8250BB;
}
</style>