Shades of Deep Lilac #835AB5
Tints of Deep Lilac #835AB5
RGB
CMYK
RGB Variations
Color information
#835AB5 (or 0x835AB5) is known color: Deep Lilac. HEX triplet: 83, 5A and B5. RGB value is (131,90,181). Sum of RGB (Red+Green+Blue) = 131+90+181=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #835AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AB5 is #7CA54A. Grayscale: #707070. Windows color (decimal): -8168779 or 11885187. OLE color: 11885187.
HSL color Cylindrical-coordinate representation of color #835AB5: hue angle of 267.03º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #835AB5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 90 | 181 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.29 |
| HSL | 267.03º | 0.38% | 0.53% | - |
| HSV(B) | 267.03º | 0.5% | 0.71% | - |
| XYZ | 21.36 | 15.47 | 45.58 | - |
| YUV | 112.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 181 | 0.28 | 0.50 | 0 | 0.29 | 267.03 | 0.38 | 0.53 |
| Hex | 83 | 5A | B5 | 1C | 32 | 0 | 1D | 10B | 26 | 35 |
| Octal | 203 | 132 | 265 | 34 | 62 | 0 | 35 | 413 | 46 | 65 |
| Binary | 10000011 | 1011010 | 10110101 | 11100 | 110010 | 0 | 11101 | 100001011 | 100110 | 110101 |
Color Harmonies of #835AB5
Complementary color
Monochromatic Colors of #835AB5
Black with #835AB5
Text Example
Text Example
White with #835AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AB5; }
p { color: rgb(131,90,181); }
H1.HeaderClassName
{
color: #835AB5;
}
.AnyTagClassName
{
color: #835AB5;
}
</style>
background-color css
<style>
a { background-color: #835AB5; }
a { background-color: rgb(131,90,181); }
div.DivClassName
{
background-color: #835AB5;
}
.BgClassName
{
background-color: #835AB5;
}
</style>
border-color css
<style>
span { border-color: #835AB5; }
span { border-color: rgb(131,90,181); }
td.TdClassName
{
border-color: #835AB5;
}
.TagClassName
{
border-color: #835AB5;
}
</style>