Shades of Deep Lilac #8343BD
Tints of Deep Lilac #8343BD
RGB
CMYK
RGB Variations
Color information
#8343BD (or 0x8343BD) is known color: Deep Lilac. HEX triplet: 83, 43 and BD. RGB value is (131,67,189). Sum of RGB (Red+Green+Blue) = 131+67+189=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #8343BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343BD is #7CBC42. Grayscale: #636363. Windows color (decimal): -8174659 or 12403587. OLE color: 12403587.
HSL color Cylindrical-coordinate representation of color #8343BD: hue angle of 271.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8343BD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 67 | 189 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.26 |
| HSL | 271.48º | 0.48% | 0.5% | - |
| HSV(B) | 271.48º | 0.65% | 0.74% | - |
| XYZ | 20.55 | 12.51 | 49.48 | - |
| YUV | 100.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 189 | 0.31 | 0.65 | 0 | 0.26 | 271.48 | 0.48 | 0.5 |
| Hex | 83 | 43 | BD | 1F | 41 | 0 | 1A | 10F | 30 | 32 |
| Octal | 203 | 103 | 275 | 37 | 101 | 0 | 32 | 417 | 60 | 62 |
| Binary | 10000011 | 1000011 | 10111101 | 11111 | 1000001 | 0 | 11010 | 100001111 | 110000 | 110010 |
Color Harmonies of #8343BD
Complementary color
Monochromatic Colors of #8343BD
Black with #8343BD
Text Example
Text Example
White with #8343BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343BD; }
p { color: rgb(131,67,189); }
H1.HeaderClassName
{
color: #8343BD;
}
.AnyTagClassName
{
color: #8343BD;
}
</style>
background-color css
<style>
a { background-color: #8343BD; }
a { background-color: rgb(131,67,189); }
div.DivClassName
{
background-color: #8343BD;
}
.BgClassName
{
background-color: #8343BD;
}
</style>
border-color css
<style>
span { border-color: #8343BD; }
span { border-color: rgb(131,67,189); }
td.TdClassName
{
border-color: #8343BD;
}
.TagClassName
{
border-color: #8343BD;
}
</style>