#835ABA

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

Shades of Lilac Bush #835ABA

Tints of Lilac Bush #835ABA

Color information

#835ABA (or 0x835ABA) is unknown color: approx Lilac Bush. HEX triplet: 83, 5A and BA. RGB value is (131,90,186). Sum of RGB (Red+Green+Blue) = 131+90+186=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #835ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ABA is #7CA545. Grayscale: #707070. Windows color (decimal): -8168774 or 12212867. OLE color: 12212867.

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

Color convert

RGB13190186-
CMYK0.300.5200.27
HSL265.62º41.03%54.12%-
HSV(B)265.62º51.61%72.94%-
XYZ21.8815.6848.33-
YUV113.2169.08140.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=32.19%
G=22.11%
B=45.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131901860.300.5200.27265.6241.0354.12
Hex835ABA1E3401B10a2936
Octal20313227236640334125166
Binary1000001110110101011101011110110100011011100001010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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