Html Css Color HEX #825CBA Lilac Bush

📋 copy color: '#825CBA'

red 130 ◦ green 92 ◦ blue 186

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

Shades of Lilac Bush #825CBA

Tints of Lilac Bush #825CBA

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

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

RGB 130 92 186 -
CMYK 0.30 0.51 0 0.27
HSL 264.26º 0.41% 0.55% -
HSV(B) 264.26º 0.51% 0.73% -
XYZ 21.9 15.95 48.38 -
YUV 114.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 130 92 186 0.30 0.51 0 0.27 264.26 0.41 0.55
Hex 82 5C BA 1E 33 0 1B 108 29 37
Octal 202 134 272 36 63 0 33 410 51 67
Binary 10000010 1011100 10111010 11110 110011 0 11011 100001000 101001 110111

Color Harmonies of #825CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CBA

Black with #825CBA

Text Example


Text Example

White with #825CBA

Text Example


Text Example

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