#835BBE

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

Shades of Lilac Bush #835BBE

Tints of Lilac Bush #835BBE

Color information

#835BBE (or 0x835BBE) is unknown color: approx Lilac Bush. HEX triplet: 83, 5B and BE. RGB value is (131,91,190). Sum of RGB (Red+Green+Blue) = 131+91+190=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #835BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BBE is #7CA441. Grayscale: #717171. Windows color (decimal): -8168514 or 12475267. OLE color: 12475267.

HSL color Cylindrical-coordinate representation of color #835BBE: hue angle of 264.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835BBE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13191190-
CMYK0.310.5200.25
HSL264.24º43.23%55.1%-
HSV(B)264.24º52.11%74.51%-
XYZ22.416.0350.63-
YUV114.25170.75139.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=31.80%
G=22.09%
B=46.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131911900.310.5200.25264.2443.2355.1
Hex835BBE1F340191082b37
Octal20313327637640314105367
Binary1000001110110111011111011111110100011001100001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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