#825ABA

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

Shades of Lilac Bush #825ABA

Tints of Lilac Bush #825ABA

Color information

#825ABA (or 0x825ABA) is unknown color: approx Lilac Bush. HEX triplet: 82, 5A and BA. RGB value is (130,90,186). Sum of RGB (Red+Green+Blue) = 130+90+186=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #825ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ABA is #7DA545. Grayscale: #707070. Windows color (decimal): -8234310 or 12212866. OLE color: 12212866.

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

Color convert

RGB13090186-
CMYK0.300.5200.27
HSL265º41.03%54.12%-
HSV(B)265º51.61%72.94%-
XYZ21.7315.648.32-
YUV112.9169.25140.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=32.02%
G=22.17%
B=45.81%

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
Decimal130901860.300.5200.2726541.0354.12
Hex825ABA1E3401B1092936
Octal20213227236640334115166
Binary1000001010110101011101011110110100011011100001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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