#825CBA

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

Shades of Lilac Bush #825CBA

Tints of Lilac Bush #825CBA

Color information

#825CBA (or 0x825CBA) is unknown color: approx Lilac Bush. HEX triplet: 82, 5C and BA. RGB value is (130,92,186). Sum of RGB (Red+Green+Blue) = 130+92+186=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #825CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBA is #7DA345. Grayscale: #717171. Windows color (decimal): -8233798 or 12213378. OLE color: 12213378.

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

Color convert

RGB13092186-
CMYK0.300.5100.27
HSL264.26º40.52%54.51%-
HSV(B)264.26º50.54%72.94%-
XYZ21.915.9548.38-
YUV114.08168.59139.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=31.86%
G=22.55%
B=45.59%

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
Decimal130921860.300.5100.27264.2640.5254.51
Hex825CBA1E3301B1082937
Octal20213427236630334105167
Binary1000001010111001011101011110110011011011100001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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