Html Css Color HEX #865FB4 Lilac Bush

📋 copy color: '#865FB4'

red 134 ◦ green 95 ◦ blue 180

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

Shades of Lilac Bush #865FB4

Tints of Lilac Bush #865FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 32.76%
G = 23.23%
B = 44.01%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#865FB4 (or 0x865FB4) is known color: Lilac Bush. HEX triplet: 86, 5F and B4. RGB value is (134,95,180). Sum of RGB (Red+Green+Blue) = 134+95+180=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #865FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FB4 is #79A04B. Grayscale: #747474. Windows color (decimal): -7970892 or 11820934. OLE color: 11820934.

HSL color Cylindrical-coordinate representation of color #865FB4: hue angle of 267.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865FB4 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 95 180 -
CMYK 0.26 0.47 0 0.29
HSL 267.53º 0.36% 0.54% -
HSV(B) 267.53º 0.47% 0.71% -
XYZ 22.16 16.55 45.21 -
YUV 116.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 134 95 180 0.26 0.47 0 0.29 267.53 0.36 0.54
Hex 86 5F B4 1A 2F 0 1D 10C 24 36
Octal 206 137 264 32 57 0 35 414 44 66
Binary 10000110 1011111 10110100 11010 101111 0 11101 100001100 100100 110110

Color Harmonies of #865FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FB4

Black with #865FB4

Text Example


Text Example

White with #865FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,95,180); }

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

background-color css

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

 a { background-color: rgb(134,95,180); }

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

border-color css

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

 span { border-color: rgb(134,95,180); }

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