Html Css Color HEX #825CB7 Lilac Bush

📋 copy color: '#825CB7'

red 130 ◦ green 92 ◦ blue 183

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

Shades of Lilac Bush #825CB7

Tints of Lilac Bush #825CB7

RGB

 RED value IS 130 (51.17% from 255) = 32.1%

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 32.1%
G = 22.72%
B = 45.19%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#825CB7 (or 0x825CB7) is known color: Lilac Bush. HEX triplet: 82, 5C and B7. RGB value is (130,92,183). Sum of RGB (Red+Green+Blue) = 130+92+183=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #825CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CB7 is #7DA348. Grayscale: #717171. Windows color (decimal): -8233801 or 12016770. OLE color: 12016770.

HSL color Cylindrical-coordinate representation of color #825CB7: hue angle of 265.05º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825CB7 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 92 183 -
CMYK 0.29 0.50 0 0.28
HSL 265.06º 0.39% 0.54% -
HSV(B) 265.06º 0.5% 0.72% -
XYZ 21.58 15.82 46.72 -
YUV 113.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 130 92 183 0.29 0.50 0 0.28 265.06 0.39 0.54
Hex 82 5C B7 1D 32 0 1C 109 27 36
Octal 202 134 267 35 62 0 34 411 47 66
Binary 10000010 1011100 10110111 11101 110010 0 11100 100001001 100111 110110

Color Harmonies of #825CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CB7

Black with #825CB7

Text Example


Text Example

White with #825CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #825CB7;
 }
 .AnyTagClassName
 {
   color: #825CB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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