Shades of Deep Lilac #8341BB
Tints of Deep Lilac #8341BB
RGB
CMYK
RGB Variations
Color information
#8341BB (or 0x8341BB) is known color: Deep Lilac. HEX triplet: 83, 41 and BB. RGB value is (131,65,187). Sum of RGB (Red+Green+Blue) = 131+65+187=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #8341BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341BB is #7CBE44. Grayscale: #626262. Windows color (decimal): -8175173 or 12272003. OLE color: 12272003.
HSL color Cylindrical-coordinate representation of color #8341BB: hue angle of 272.46º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8341BB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 65 | 187 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.27 |
| HSL | 272.46º | 0.48% | 0.49% | - |
| HSV(B) | 272.46º | 0.65% | 0.73% | - |
| XYZ | 20.22 | 12.19 | 48.3 | - |
| YUV | 98.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 187 | 0.30 | 0.65 | 0 | 0.27 | 272.46 | 0.48 | 0.49 |
| Hex | 83 | 41 | BB | 1E | 41 | 0 | 1B | 110 | 30 | 31 |
| Octal | 203 | 101 | 273 | 36 | 101 | 0 | 33 | 420 | 60 | 61 |
| Binary | 10000011 | 1000001 | 10111011 | 11110 | 1000001 | 0 | 11011 | 100010000 | 110000 | 110001 |
Color Harmonies of #8341BB
Complementary color
Monochromatic Colors of #8341BB
Black with #8341BB
Text Example
Text Example
White with #8341BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341BB; }
p { color: rgb(131,65,187); }
H1.HeaderClassName
{
color: #8341BB;
}
.AnyTagClassName
{
color: #8341BB;
}
</style>
background-color css
<style>
a { background-color: #8341BB; }
a { background-color: rgb(131,65,187); }
div.DivClassName
{
background-color: #8341BB;
}
.BgClassName
{
background-color: #8341BB;
}
</style>
border-color css
<style>
span { border-color: #8341BB; }
span { border-color: rgb(131,65,187); }
td.TdClassName
{
border-color: #8341BB;
}
.TagClassName
{
border-color: #8341BB;
}
</style>