Html Css Color HEX #865BBB Lilac Bush

📋 copy color: '#865BBB'

red 134 ◦ green 91 ◦ blue 187

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

Shades of Lilac Bush #865BBB

Tints of Lilac Bush #865BBB

RGB

 RED value IS 134 (52.73% from 255) = 32.52%

 GREEN value IS 91 (35.94% from 255) = 22.09%

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

R = 32.52%
G = 22.09%
B = 45.39%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#865BBB (or 0x865BBB) is known color: Lilac Bush. HEX triplet: 86, 5B and BB. RGB value is (134,91,187). Sum of RGB (Red+Green+Blue) = 134+91+187=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #865BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BBB is #79A444. Grayscale: #727272. Windows color (decimal): -7971909 or 12278662. OLE color: 12278662.

HSL color Cylindrical-coordinate representation of color #865BBB: hue angle of 266.88º 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 #865BBB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 91 187 -
CMYK 0.28 0.51 0 0.27
HSL 266.88º 0.41% 0.55% -
HSV(B) 266.88º 0.51% 0.73% -
XYZ 22.54 16.14 48.94 -
YUV 114.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 134 91 187 0.28 0.51 0 0.27 266.88 0.41 0.55
Hex 86 5B BB 1C 33 0 1B 10B 29 37
Octal 206 133 273 34 63 0 33 413 51 67
Binary 10000110 1011011 10111011 11100 110011 0 11011 100001011 101001 110111

Color Harmonies of #865BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BBB

Black with #865BBB

Text Example


Text Example

White with #865BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865BBB; }

 p { color: rgb(134,91,187); }

 H1.HeaderClassName
 {
   color: #865BBB;
 }
 .AnyTagClassName
 {
   color: #865BBB;
 }
</style>

background-color css

<style>
 a { background-color: #865BBB; }

 a { background-color: rgb(134,91,187); }

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

border-color css

<style>
 span { border-color: #865BBB; }

 span { border-color: rgb(134,91,187); }

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