Shades of Deep Lilac #8249BF
Tints of Deep Lilac #8249BF
RGB
CMYK
RGB Variations
Color information
#8249BF (or 0x8249BF) is known color: Deep Lilac. HEX triplet: 82, 49 and BF. RGB value is (130,73,191). Sum of RGB (Red+Green+Blue) = 130+73+191=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8249BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249BF is #7DB640. Grayscale: #676767. Windows color (decimal): -8238657 or 12536194. OLE color: 12536194.
HSL color Cylindrical-coordinate representation of color #8249BF: hue angle of 268.98º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8249BF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 73 | 191 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.25 |
| HSL | 268.98º | 0.48% | 0.52% | - |
| HSV(B) | 268.98º | 0.62% | 0.75% | - |
| XYZ | 20.99 | 13.27 | 50.75 | - |
| YUV | 103.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 191 | 0.32 | 0.62 | 0 | 0.25 | 268.98 | 0.48 | 0.52 |
| Hex | 82 | 49 | BF | 20 | 3E | 0 | 19 | 10D | 30 | 34 |
| Octal | 202 | 111 | 277 | 40 | 76 | 0 | 31 | 415 | 60 | 64 |
| Binary | 10000010 | 1001001 | 10111111 | 100000 | 111110 | 0 | 11001 | 100001101 | 110000 | 110100 |
Color Harmonies of #8249BF
Complementary color
Monochromatic Colors of #8249BF
Black with #8249BF
Text Example
Text Example
White with #8249BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249BF; }
p { color: rgb(130,73,191); }
H1.HeaderClassName
{
color: #8249BF;
}
.AnyTagClassName
{
color: #8249BF;
}
</style>
background-color css
<style>
a { background-color: #8249BF; }
a { background-color: rgb(130,73,191); }
div.DivClassName
{
background-color: #8249BF;
}
.BgClassName
{
background-color: #8249BF;
}
</style>
border-color css
<style>
span { border-color: #8249BF; }
span { border-color: rgb(130,73,191); }
td.TdClassName
{
border-color: #8249BF;
}
.TagClassName
{
border-color: #8249BF;
}
</style>