Shades of Deep Lilac #834EC8
Tints of Deep Lilac #834EC8
RGB
CMYK
RGB Variations
Color information
#834EC8 (or 0x834EC8) is known color: Deep Lilac. HEX triplet: 83, 4E and C8. RGB value is (131,78,200). Sum of RGB (Red+Green+Blue) = 131+78+200=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #834EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EC8 is #7CB137. Grayscale: #6B6B6B. Windows color (decimal): -8171832 or 13127299. OLE color: 13127299.
HSL color Cylindrical-coordinate representation of color #834EC8: hue angle of 266.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834EC8 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 78 | 200 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.22 |
| HSL | 266.07º | 0.53% | 0.55% | - |
| HSV(B) | 266.07º | 0.61% | 0.78% | - |
| XYZ | 22.51 | 14.44 | 56.25 | - |
| YUV | 107.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 200 | 0.34 | 0.61 | 0 | 0.22 | 266.07 | 0.53 | 0.55 |
| Hex | 83 | 4E | C8 | 22 | 3D | 0 | 16 | 10A | 35 | 37 |
| Octal | 203 | 116 | 310 | 42 | 75 | 0 | 26 | 412 | 65 | 67 |
| Binary | 10000011 | 1001110 | 11001000 | 100010 | 111101 | 0 | 10110 | 100001010 | 110101 | 110111 |
Color Harmonies of #834EC8
Complementary color
Monochromatic Colors of #834EC8
Black with #834EC8
Text Example
Text Example
White with #834EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EC8; }
p { color: rgb(131,78,200); }
H1.HeaderClassName
{
color: #834EC8;
}
.AnyTagClassName
{
color: #834EC8;
}
</style>
background-color css
<style>
a { background-color: #834EC8; }
a { background-color: rgb(131,78,200); }
div.DivClassName
{
background-color: #834EC8;
}
.BgClassName
{
background-color: #834EC8;
}
</style>
border-color css
<style>
span { border-color: #834EC8; }
span { border-color: rgb(131,78,200); }
td.TdClassName
{
border-color: #834EC8;
}
.TagClassName
{
border-color: #834EC8;
}
</style>