Shades of Deep Lilac #8349BB
Tints of Deep Lilac #8349BB
RGB
CMYK
RGB Variations
Color information
#8349BB (or 0x8349BB) is known color: Deep Lilac. HEX triplet: 83, 49 and BB. RGB value is (131,73,187). Sum of RGB (Red+Green+Blue) = 131+73+187=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #8349BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349BB is #7CB644. Grayscale: #666666. Windows color (decimal): -8173125 or 12274051. OLE color: 12274051.
HSL color Cylindrical-coordinate representation of color #8349BB: hue angle of 270.53º 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 #8349BB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 73 | 187 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.27 |
| HSL | 270.53º | 0.46% | 0.51% | - |
| HSV(B) | 270.53º | 0.61% | 0.73% | - |
| XYZ | 20.71 | 13.18 | 48.47 | - |
| YUV | 103.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 187 | 0.30 | 0.61 | 0 | 0.27 | 270.53 | 0.46 | 0.51 |
| Hex | 83 | 49 | BB | 1E | 3D | 0 | 1B | 10F | 2E | 33 |
| Octal | 203 | 111 | 273 | 36 | 75 | 0 | 33 | 417 | 56 | 63 |
| Binary | 10000011 | 1001001 | 10111011 | 11110 | 111101 | 0 | 11011 | 100001111 | 101110 | 110011 |
Color Harmonies of #8349BB
Complementary color
Monochromatic Colors of #8349BB
Black with #8349BB
Text Example
Text Example
White with #8349BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349BB; }
p { color: rgb(131,73,187); }
H1.HeaderClassName
{
color: #8349BB;
}
.AnyTagClassName
{
color: #8349BB;
}
</style>
background-color css
<style>
a { background-color: #8349BB; }
a { background-color: rgb(131,73,187); }
div.DivClassName
{
background-color: #8349BB;
}
.BgClassName
{
background-color: #8349BB;
}
</style>
border-color css
<style>
span { border-color: #8349BB; }
span { border-color: rgb(131,73,187); }
td.TdClassName
{
border-color: #8349BB;
}
.TagClassName
{
border-color: #8349BB;
}
</style>