Shades of Deep Lilac #8351B5
Tints of Deep Lilac #8351B5
RGB
CMYK
RGB Variations
Color information
#8351B5 (or 0x8351B5) is known color: Deep Lilac. HEX triplet: 83, 51 and B5. RGB value is (131,81,181). Sum of RGB (Red+Green+Blue) = 131+81+181=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #8351B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351B5 is #7CAE4A. Grayscale: #6B6B6B. Windows color (decimal): -8171083 or 11882883. OLE color: 11882883.
HSL color Cylindrical-coordinate representation of color #8351B5: hue angle of 270º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8351B5 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 81 | 181 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.29 |
| HSL | 270º | 0.4% | 0.51% | - |
| HSV(B) | 270º | 0.55% | 0.71% | - |
| XYZ | 20.64 | 14.05 | 45.34 | - |
| YUV | 107.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 181 | 0.28 | 0.55 | 0 | 0.29 | 270 | 0.4 | 0.51 |
| Hex | 83 | 51 | B5 | 1C | 37 | 0 | 1D | 10E | 28 | 33 |
| Octal | 203 | 121 | 265 | 34 | 67 | 0 | 35 | 416 | 50 | 63 |
| Binary | 10000011 | 1010001 | 10110101 | 11100 | 110111 | 0 | 11101 | 100001110 | 101000 | 110011 |
Color Harmonies of #8351B5
Complementary color
Monochromatic Colors of #8351B5
Black with #8351B5
Text Example
Text Example
White with #8351B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351B5; }
p { color: rgb(131,81,181); }
H1.HeaderClassName
{
color: #8351B5;
}
.AnyTagClassName
{
color: #8351B5;
}
</style>
background-color css
<style>
a { background-color: #8351B5; }
a { background-color: rgb(131,81,181); }
div.DivClassName
{
background-color: #8351B5;
}
.BgClassName
{
background-color: #8351B5;
}
</style>
border-color css
<style>
span { border-color: #8351B5; }
span { border-color: rgb(131,81,181); }
td.TdClassName
{
border-color: #8351B5;
}
.TagClassName
{
border-color: #8351B5;
}
</style>