Html Css Color HEX #825BBA Lilac Bush

📋 copy color: '#825BBA'

red 130 ◦ green 91 ◦ blue 186

#825BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #825BBA

Tints of Lilac Bush #825BBA

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.7%

R = 31.94%
G = 22.36%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825BBA (or 0x825BBA) is known color: 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

RGB 130 91 186 -
CMYK 0.30 0.51 0 0.27
HSL 264.63º 0.41% 0.54% -
HSV(B) 264.63º 0.51% 0.73% -
XYZ 21.81 15.77 48.35 -
YUV 113.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 130 91 186 0.30 0.51 0 0.27 264.63 0.41 0.54
Hex 82 5B BA 1E 33 0 1B 109 29 36
Octal 202 133 272 36 63 0 33 411 51 66
Binary 10000010 1011011 10111010 11110 110011 0 11011 100001001 101001 110110

Color Harmonies of #825BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BBA

Black with #825BBA

Text Example


Text Example

White with #825BBA

Text Example


Text Example

HTML Codes & Css Web 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>