Shades of Deep Lilac #8347BD
Tints of Deep Lilac #8347BD
RGB
CMYK
RGB Variations
Color information
#8347BD (or 0x8347BD) is known color: Deep Lilac. HEX triplet: 83, 47 and BD. RGB value is (131,71,189). Sum of RGB (Red+Green+Blue) = 131+71+189=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8347BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8347BD is #7CB842. Grayscale: #656565. Windows color (decimal): -8173635 or 12404611. OLE color: 12404611.
HSL color Cylindrical-coordinate representation of color #8347BD: hue angle of 270.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8347BD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 71 | 189 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.26 |
| HSL | 270.51º | 0.47% | 0.51% | - |
| HSV(B) | 270.51º | 0.62% | 0.74% | - |
| XYZ | 20.8 | 13.01 | 49.56 | - |
| YUV | 102.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 189 | 0.31 | 0.62 | 0 | 0.26 | 270.51 | 0.47 | 0.51 |
| Hex | 83 | 47 | BD | 1F | 3E | 0 | 1A | 10F | 2F | 33 |
| Octal | 203 | 107 | 275 | 37 | 76 | 0 | 32 | 417 | 57 | 63 |
| Binary | 10000011 | 1000111 | 10111101 | 11111 | 111110 | 0 | 11010 | 100001111 | 101111 | 110011 |
Color Harmonies of #8347BD
Complementary color
Monochromatic Colors of #8347BD
Black with #8347BD
Text Example
Text Example
White with #8347BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8347BD; }
p { color: rgb(131,71,189); }
H1.HeaderClassName
{
color: #8347BD;
}
.AnyTagClassName
{
color: #8347BD;
}
</style>
background-color css
<style>
a { background-color: #8347BD; }
a { background-color: rgb(131,71,189); }
div.DivClassName
{
background-color: #8347BD;
}
.BgClassName
{
background-color: #8347BD;
}
</style>
border-color css
<style>
span { border-color: #8347BD; }
span { border-color: rgb(131,71,189); }
td.TdClassName
{
border-color: #8347BD;
}
.TagClassName
{
border-color: #8347BD;
}
</style>