Html Css Color HEX #8259BA Lilac Bush

📋 copy color: '#8259BA'

red 130 ◦ green 89 ◦ blue 186

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

Shades of Lilac Bush #8259BA

Tints of Lilac Bush #8259BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 32.1%
G = 21.98%
B = 45.93%

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

#8259BA (or 0x8259BA) is known color: Lilac Bush. HEX triplet: 82, 59 and BA. RGB value is (130,89,186). Sum of RGB (Red+Green+Blue) = 130+89+186=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8259BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259BA is #7DA645. Grayscale: #6F6F6F. Windows color (decimal): -8234566 or 12212610. OLE color: 12212610.

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

Color convert

RGB 130 89 186 -
CMYK 0.30 0.52 0 0.27
HSL 265.36º 0.41% 0.54% -
HSV(B) 265.36º 0.52% 0.73% -
XYZ 21.64 15.44 48.29 -
YUV 112.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 130 89 186 0.30 0.52 0 0.27 265.36 0.41 0.54
Hex 82 59 BA 1E 34 0 1B 109 29 36
Octal 202 131 272 36 64 0 33 411 51 66
Binary 10000010 1011001 10111010 11110 110100 0 11011 100001001 101001 110110

Color Harmonies of #8259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259BA

Black with #8259BA

Text Example


Text Example

White with #8259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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