#834DBF

Color #834DBF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #834DBF

Tints of Deep Lilac #834DBF

Color information

#834DBF (or 0x834DBF) is unknown color: approx Deep Lilac. HEX triplet: 83, 4D and BF. RGB value is (131,77,191). Sum of RGB (Red+Green+Blue) = 131+77+191=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #834DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DBF is #7CB240. Grayscale: #696969. Windows color (decimal): -8172097 or 12537219. OLE color: 12537219.

HSL color Cylindrical-coordinate representation of color #834DBF: hue angle of 268.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834DBF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13177191-
CMYK0.310.6000.25
HSL268.42º47.11%52.55%-
HSV(B)268.42º59.69%74.9%-
XYZ21.4213.8950.84-
YUV106.14175.89145.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 191 (75% from 255) = 47.87%
R=32.83%
G=19.30%
B=47.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131771910.310.6000.25268.4247.1152.55
Hex834DBF1F3C01910c2f35
Octal20311527737740314145765
Binary1000001110011011011111111111111100011001100001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834DBF; }

 p { color: rgb(131,77,191); }

 H1.HeaderClassName
 {
   color: #834DBF;
 }
 .AnyTagClassName
 {
   color: #834DBF;
 }
</style>
background-color css

<style>
 a { background-color: #834DBF; }

 a { background-color: rgb(131,77,191); }

 div.DivClassName
 {
   background-color: #834DBF;
 }
 .BgClassName
 {
   background-color: #834DBF;
 }
</style>
border-color css

<style>
 span { border-color: #834DBF; }

 span { border-color: rgb(131,77,191); }

 td.TdClassName
 {
   border-color: #834DBF;
 }
 .TagClassName
 {
   border-color: #834DBF;
 }
</style>