Html Css Color HEX #865BBE Lilac Bush

📋 copy color: '#865BBE'

red 134 ◦ green 91 ◦ blue 190

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

Shades of Lilac Bush #865BBE

Tints of Lilac Bush #865BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 32.29%
G = 21.93%
B = 45.78%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#865BBE (or 0x865BBE) is known color: Lilac Bush. HEX triplet: 86, 5B and BE. RGB value is (134,91,190). Sum of RGB (Red+Green+Blue) = 134+91+190=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #865BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BBE is #79A441. Grayscale: #727272. Windows color (decimal): -7971906 or 12475270. OLE color: 12475270.

HSL color Cylindrical-coordinate representation of color #865BBE: hue angle of 266.06º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865BBE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 91 190 -
CMYK 0.29 0.52 0 0.25
HSL 266.06º 0.43% 0.55% -
HSV(B) 266.06º 0.52% 0.75% -
XYZ 22.87 16.27 50.65 -
YUV 115.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 134 91 190 0.29 0.52 0 0.25 266.06 0.43 0.55
Hex 86 5B BE 1D 34 0 19 10A 2B 37
Octal 206 133 276 35 64 0 31 412 53 67
Binary 10000110 1011011 10111110 11101 110100 0 11001 100001010 101011 110111

Color Harmonies of #865BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BBE

Black with #865BBE

Text Example


Text Example

White with #865BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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