Shades of Deep Lilac #8345BF
Tints of Deep Lilac #8345BF
RGB
CMYK
RGB Variations
Color information
#8345BF (or 0x8345BF) is known color: Deep Lilac. HEX triplet: 83, 45 and BF. RGB value is (131,69,191). Sum of RGB (Red+Green+Blue) = 131+69+191=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #8345BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345BF is #7CBA40. Grayscale: #656565. Windows color (decimal): -8174145 or 12535171. OLE color: 12535171.
HSL color Cylindrical-coordinate representation of color #8345BF: hue angle of 270.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8345BF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 69 | 191 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.25 |
| HSL | 270.49º | 0.49% | 0.51% | - |
| HSV(B) | 270.49º | 0.64% | 0.75% | - |
| XYZ | 20.89 | 12.84 | 50.67 | - |
| YUV | 101.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 191 | 0.31 | 0.64 | 0 | 0.25 | 270.49 | 0.49 | 0.51 |
| Hex | 83 | 45 | BF | 1F | 40 | 0 | 19 | 10E | 31 | 33 |
| Octal | 203 | 105 | 277 | 37 | 100 | 0 | 31 | 416 | 61 | 63 |
| Binary | 10000011 | 1000101 | 10111111 | 11111 | 1000000 | 0 | 11001 | 100001110 | 110001 | 110011 |
Color Harmonies of #8345BF
Complementary color
Monochromatic Colors of #8345BF
Black with #8345BF
Text Example
Text Example
White with #8345BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8345BF; }
p { color: rgb(131,69,191); }
H1.HeaderClassName
{
color: #8345BF;
}
.AnyTagClassName
{
color: #8345BF;
}
</style>
background-color css
<style>
a { background-color: #8345BF; }
a { background-color: rgb(131,69,191); }
div.DivClassName
{
background-color: #8345BF;
}
.BgClassName
{
background-color: #8345BF;
}
</style>
border-color css
<style>
span { border-color: #8345BF; }
span { border-color: rgb(131,69,191); }
td.TdClassName
{
border-color: #8345BF;
}
.TagClassName
{
border-color: #8345BF;
}
</style>