#825CB9

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

Shades of Lilac Bush #825CB9

Tints of Lilac Bush #825CB9

Color information

#825CB9 (or 0x825CB9) is unknown color: approx Lilac Bush. HEX triplet: 82, 5C and B9. RGB value is (130,92,185). Sum of RGB (Red+Green+Blue) = 130+92+185=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #825CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CB9 is #7DA346. Grayscale: #717171. Windows color (decimal): -8233799 or 12147842. OLE color: 12147842.

HSL color Cylindrical-coordinate representation of color #825CB9: hue angle of 264.52º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825CB9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13092185-
CMYK0.300.5000.27
HSL264.52º39.91%54.31%-
HSV(B)264.52º50.27%72.55%-
XYZ21.7915.947.82-
YUV113.96168.09139.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=31.94%
G=22.60%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130921850.300.5000.27264.5239.9154.31
Hex825CB91E3201B1092836
Octal20213427136620334115066
Binary1000001010111001011100111110110010011011100001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,185); }

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

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

 a { background-color: rgb(130,92,185); }

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

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

 span { border-color: rgb(130,92,185); }

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