Shades of Deep Lilac #834BBC
Tints of Deep Lilac #834BBC
RGB
CMYK
RGB Variations
Color information
#834BBC (or 0x834BBC) is known color: Deep Lilac. HEX triplet: 83, 4B and BC. RGB value is (131,75,188). Sum of RGB (Red+Green+Blue) = 131+75+188=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #834BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BBC is #7CB443. Grayscale: #686868. Windows color (decimal): -8172612 or 12340099. OLE color: 12340099.
HSL color Cylindrical-coordinate representation of color #834BBC: hue angle of 269.73º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834BBC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 75 | 188 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.26 |
| HSL | 269.73º | 0.46% | 0.52% | - |
| HSV(B) | 269.73º | 0.6% | 0.74% | - |
| XYZ | 20.95 | 13.49 | 49.08 | - |
| YUV | 104.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 188 | 0.30 | 0.60 | 0 | 0.26 | 269.73 | 0.46 | 0.52 |
| Hex | 83 | 4B | BC | 1E | 3C | 0 | 1A | 10E | 2E | 34 |
| Octal | 203 | 113 | 274 | 36 | 74 | 0 | 32 | 416 | 56 | 64 |
| Binary | 10000011 | 1001011 | 10111100 | 11110 | 111100 | 0 | 11010 | 100001110 | 101110 | 110100 |
Color Harmonies of #834BBC
Complementary color
Monochromatic Colors of #834BBC
Black with #834BBC
Text Example
Text Example
White with #834BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BBC; }
p { color: rgb(131,75,188); }
H1.HeaderClassName
{
color: #834BBC;
}
.AnyTagClassName
{
color: #834BBC;
}
</style>
background-color css
<style>
a { background-color: #834BBC; }
a { background-color: rgb(131,75,188); }
div.DivClassName
{
background-color: #834BBC;
}
.BgClassName
{
background-color: #834BBC;
}
</style>
border-color css
<style>
span { border-color: #834BBC; }
span { border-color: rgb(131,75,188); }
td.TdClassName
{
border-color: #834BBC;
}
.TagClassName
{
border-color: #834BBC;
}
</style>