Html Css Color HEX #8259BB Lilac Bush

📋 copy color: '#8259BB'

red 130 ◦ green 89 ◦ blue 187

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

Shades of Lilac Bush #8259BB

Tints of Lilac Bush #8259BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 32.02%
G = 21.92%
B = 46.06%

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

#8259BB (or 0x8259BB) is known color: Lilac Bush. HEX triplet: 82, 59 and BB. RGB value is (130,89,187). Sum of RGB (Red+Green+Blue) = 130+89+187=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #8259BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259BB is #7DA644. Grayscale: #707070. Windows color (decimal): -8234565 or 12278146. OLE color: 12278146.

HSL color Cylindrical-coordinate representation of color #8259BB: hue angle of 265.1º degrees, saturation: 0.42, 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 #8259BB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 89 187 -
CMYK 0.30 0.52 0 0.27
HSL 265.1º 0.42% 0.54% -
HSV(B) 265.1º 0.52% 0.73% -
XYZ 21.75 15.48 48.86 -
YUV 112.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 130 89 187 0.30 0.52 0 0.27 265.1 0.42 0.54
Hex 82 59 BB 1E 34 0 1B 109 2A 36
Octal 202 131 273 36 64 0 33 411 52 66
Binary 10000010 1011001 10111011 11110 110100 0 11011 100001001 101010 110110

Color Harmonies of #8259BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259BB

Black with #8259BB

Text Example


Text Example

White with #8259BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8259BB; }

 p { color: rgb(130,89,187); }

 H1.HeaderClassName
 {
   color: #8259BB;
 }
 .AnyTagClassName
 {
   color: #8259BB;
 }
</style>

background-color css

<style>
 a { background-color: #8259BB; }

 a { background-color: rgb(130,89,187); }

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

border-color css

<style>
 span { border-color: #8259BB; }

 span { border-color: rgb(130,89,187); }

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