#835BBA

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

Shades of Lilac Bush #835BBA

Tints of Lilac Bush #835BBA

Color information

#835BBA (or 0x835BBA) is unknown color: approx Lilac Bush. HEX triplet: 83, 5B and BA. RGB value is (131,91,186). Sum of RGB (Red+Green+Blue) = 131+91+186=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #835BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BBA is #7CA445. Grayscale: #717171. Windows color (decimal): -8168518 or 12213123. OLE color: 12213123.

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

Color convert

RGB13191186-
CMYK0.300.5100.27
HSL265.26º40.77%54.31%-
HSV(B)265.26º51.08%72.94%-
XYZ21.9615.8548.36-
YUV113.79168.75140.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=32.11%
G=22.30%
B=45.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131911860.300.5100.27265.2640.7754.31
Hex835BBA1E3301B1092936
Octal20313327236630334115166
Binary1000001110110111011101011110110011011011100001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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