#825BBB

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

Shades of Lilac Bush #825BBB

Tints of Lilac Bush #825BBB

Color information

#825BBB (or 0x825BBB) is unknown color: approx Lilac Bush. HEX triplet: 82, 5B and BB. RGB value is (130,91,187). Sum of RGB (Red+Green+Blue) = 130+91+187=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #825BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BBB is #7DA444. Grayscale: #717171. Windows color (decimal): -8234053 or 12278658. OLE color: 12278658.

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

Color convert

RGB13091187-
CMYK0.300.5100.27
HSL264.38º41.38%54.51%-
HSV(B)264.38º51.34%73.33%-
XYZ21.9215.8248.91-
YUV113.6169.42139.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=31.86%
G=22.30%
B=45.83%

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
Decimal130911870.300.5100.27264.3841.3854.51
Hex825BBB1E3301B1082937
Octal20213327336630334105167
Binary1000001010110111011101111110110011011011100001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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