#835EBA

Color #835EBA Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #835EBA

Tints of Lilac Bush #835EBA

Color information

#835EBA (or 0x835EBA) is unknown color: approx Lilac Bush. HEX triplet: 83, 5E and BA. RGB value is (131,94,186). Sum of RGB (Red+Green+Blue) = 131+94+186=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #835EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EBA is #7CA145. Grayscale: #737373. Windows color (decimal): -8167750 or 12213891. OLE color: 12213891.

HSL color Cylindrical-coordinate representation of color #835EBA: hue angle of 264.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835EBA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13194186-
CMYK0.300.4900.27
HSL264.13º40%54.9%-
HSV(B)264.13º49.46%72.94%-
XYZ22.2316.3848.44-
YUV115.55167.76139.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=31.87%
G=22.87%
B=45.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131941860.300.4900.27264.134054.9
Hex835EBA1E3101B1082837
Octal20313627236610334105067
Binary1000001110111101011101011110110001011011100001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835EBA; }

 p { color: rgb(131,94,186); }

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

<style>
 a { background-color: #835EBA; }

 a { background-color: rgb(131,94,186); }

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

<style>
 span { border-color: #835EBA; }

 span { border-color: rgb(131,94,186); }

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