Html Css Color HEX #825ABA Lilac Bush

📋 copy color: '#825ABA'

red 130 ◦ green 90 ◦ blue 186

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

Shades of Lilac Bush #825ABA

Tints of Lilac Bush #825ABA

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 value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 130 90 186 -
CMYK 0.30 0.52 0 0.27
HSL 265º 0.41% 0.54% -
HSV(B) 265º 0.52% 0.73% -
XYZ 21.73 15.6 48.32 -
YUV 112.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 130 90 186 0.30 0.52 0 0.27 265 0.41 0.54
Hex 82 5A BA 1E 34 0 1B 109 29 36
Octal 202 132 272 36 64 0 33 411 51 66
Binary 10000010 1011010 10111010 11110 110100 0 11011 100001001 101001 110110

Color Harmonies of #825ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ABA

Black with #825ABA

Text Example


Text Example

White with #825ABA

Text Example


Text Example

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