Shades of Deep Lilac #834ABA
Tints of Deep Lilac #834ABA
RGB
CMYK
RGB Variations
Color information
#834ABA (or 0x834ABA) is known color: Deep Lilac. HEX triplet: 83, 4A and BA. RGB value is (131,74,186). Sum of RGB (Red+Green+Blue) = 131+74+186=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #834ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ABA is #7CB545. Grayscale: #676767. Windows color (decimal): -8172870 or 12208771. OLE color: 12208771.
HSL color Cylindrical-coordinate representation of color #834ABA: hue angle of 270.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834ABA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 74 | 186 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.27 |
| HSL | 270.54º | 0.45% | 0.51% | - |
| HSV(B) | 270.54º | 0.6% | 0.73% | - |
| XYZ | 20.67 | 13.27 | 47.93 | - |
| YUV | 103.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 186 | 0.30 | 0.60 | 0 | 0.27 | 270.54 | 0.45 | 0.51 |
| Hex | 83 | 4A | BA | 1E | 3C | 0 | 1B | 10F | 2D | 33 |
| Octal | 203 | 112 | 272 | 36 | 74 | 0 | 33 | 417 | 55 | 63 |
| Binary | 10000011 | 1001010 | 10111010 | 11110 | 111100 | 0 | 11011 | 100001111 | 101101 | 110011 |
Color Harmonies of #834ABA
Complementary color
Monochromatic Colors of #834ABA
Black with #834ABA
Text Example
Text Example
White with #834ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ABA; }
p { color: rgb(131,74,186); }
H1.HeaderClassName
{
color: #834ABA;
}
.AnyTagClassName
{
color: #834ABA;
}
</style>
background-color css
<style>
a { background-color: #834ABA; }
a { background-color: rgb(131,74,186); }
div.DivClassName
{
background-color: #834ABA;
}
.BgClassName
{
background-color: #834ABA;
}
</style>
border-color css
<style>
span { border-color: #834ABA; }
span { border-color: rgb(131,74,186); }
td.TdClassName
{
border-color: #834ABA;
}
.TagClassName
{
border-color: #834ABA;
}
</style>