#835CBA

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

Shades of Lilac Bush #835CBA

Tints of Lilac Bush #835CBA

Color information

#835CBA (or 0x835CBA) is unknown color: approx Lilac Bush. HEX triplet: 83, 5C and BA. RGB value is (131,92,186). Sum of RGB (Red+Green+Blue) = 131+92+186=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #835CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CBA is #7CA345. Grayscale: #727272. Windows color (decimal): -8168262 or 12213379. OLE color: 12213379.

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

Color convert

RGB13192186-
CMYK0.300.5100.27
HSL264.89º40.52%54.51%-
HSV(B)264.89º50.54%72.94%-
XYZ22.0516.0248.39-
YUV114.38168.42139.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=32.03%
G=22.49%
B=45.48%

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
Decimal131921860.300.5100.27264.8940.5254.51
Hex835CBA1E3301B1092937
Octal20313427236630334115167
Binary1000001110111001011101011110110011011011100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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