#825BBA

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

Shades of Lilac Bush #825BBA

Tints of Lilac Bush #825BBA

Color information

#825BBA (or 0x825BBA) is unknown color: approx Lilac Bush. HEX triplet: 82, 5B and BA. RGB value is (130,91,186). Sum of RGB (Red+Green+Blue) = 130+91+186=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 91 (35.94% from 255 or 22.36% 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 #825BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BBA is #7DA445. Grayscale: #717171. Windows color (decimal): -8234054 or 12213122. OLE color: 12213122.

HSL color Cylindrical-coordinate representation of color #825BBA: hue angle of 264.63º 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 #825BBA is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13091186-
CMYK0.300.5100.27
HSL264.63º40.77%54.31%-
HSV(B)264.63º51.08%72.94%-
XYZ21.8115.7748.35-
YUV113.49168.92139.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=31.94%
G=22.36%
B=45.70%

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
Decimal130911860.300.5100.27264.6340.7754.31
Hex825BBA1E3301B1092936
Octal20213327236630334115166
Binary1000001010110111011101011110110011011011100001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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