Shades of Deep Lilac #8249BB
Tints of Deep Lilac #8249BB
RGB
CMYK
RGB Variations
Color information
#8249BB (or 0x8249BB) is known color: Deep Lilac. HEX triplet: 82, 49 and BB. RGB value is (130,73,187). Sum of RGB (Red+Green+Blue) = 130+73+187=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #8249BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249BB is #7DB644. Grayscale: #666666. Windows color (decimal): -8238661 or 12274050. OLE color: 12274050.
HSL color Cylindrical-coordinate representation of color #8249BB: hue angle of 270º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8249BB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 73 | 187 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.27 |
| HSL | 270º | 0.46% | 0.51% | - |
| HSV(B) | 270º | 0.61% | 0.73% | - |
| XYZ | 20.56 | 13.1 | 48.46 | - |
| YUV | 103.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 187 | 0.30 | 0.61 | 0 | 0.27 | 270 | 0.46 | 0.51 |
| Hex | 82 | 49 | BB | 1E | 3D | 0 | 1B | 10E | 2E | 33 |
| Octal | 202 | 111 | 273 | 36 | 75 | 0 | 33 | 416 | 56 | 63 |
| Binary | 10000010 | 1001001 | 10111011 | 11110 | 111101 | 0 | 11011 | 100001110 | 101110 | 110011 |
Color Harmonies of #8249BB
Complementary color
Monochromatic Colors of #8249BB
Black with #8249BB
Text Example
Text Example
White with #8249BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249BB; }
p { color: rgb(130,73,187); }
H1.HeaderClassName
{
color: #8249BB;
}
.AnyTagClassName
{
color: #8249BB;
}
</style>
background-color css
<style>
a { background-color: #8249BB; }
a { background-color: rgb(130,73,187); }
div.DivClassName
{
background-color: #8249BB;
}
.BgClassName
{
background-color: #8249BB;
}
</style>
border-color css
<style>
span { border-color: #8249BB; }
span { border-color: rgb(130,73,187); }
td.TdClassName
{
border-color: #8249BB;
}
.TagClassName
{
border-color: #8249BB;
}
</style>