Shades of Deep Lilac #834FBC
Tints of Deep Lilac #834FBC
RGB
CMYK
RGB Variations
Color information
#834FBC (or 0x834FBC) is known color: Deep Lilac. HEX triplet: 83, 4F and BC. RGB value is (131,79,188). Sum of RGB (Red+Green+Blue) = 131+79+188=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #834FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FBC is #7CB043. Grayscale: #6A6A6A. Windows color (decimal): -8171588 or 12341123. OLE color: 12341123.
HSL color Cylindrical-coordinate representation of color #834FBC: hue angle of 268.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834FBC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 79 | 188 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.26 |
| HSL | 268.62º | 0.45% | 0.52% | - |
| HSV(B) | 268.62º | 0.58% | 0.74% | - |
| XYZ | 21.23 | 14.05 | 49.17 | - |
| YUV | 106.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 188 | 0.30 | 0.58 | 0 | 0.26 | 268.62 | 0.45 | 0.52 |
| Hex | 83 | 4F | BC | 1E | 3A | 0 | 1A | 10D | 2D | 34 |
| Octal | 203 | 117 | 274 | 36 | 72 | 0 | 32 | 415 | 55 | 64 |
| Binary | 10000011 | 1001111 | 10111100 | 11110 | 111010 | 0 | 11010 | 100001101 | 101101 | 110100 |
Color Harmonies of #834FBC
Complementary color
Monochromatic Colors of #834FBC
Black with #834FBC
Text Example
Text Example
White with #834FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FBC; }
p { color: rgb(131,79,188); }
H1.HeaderClassName
{
color: #834FBC;
}
.AnyTagClassName
{
color: #834FBC;
}
</style>
background-color css
<style>
a { background-color: #834FBC; }
a { background-color: rgb(131,79,188); }
div.DivClassName
{
background-color: #834FBC;
}
.BgClassName
{
background-color: #834FBC;
}
</style>
border-color css
<style>
span { border-color: #834FBC; }
span { border-color: rgb(131,79,188); }
td.TdClassName
{
border-color: #834FBC;
}
.TagClassName
{
border-color: #834FBC;
}
</style>