Html Css Color HEX #8965BD Lilac Bush

📋 copy color: '#8965BD'

red 137 ◦ green 101 ◦ blue 189

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

Shades of Lilac Bush #8965BD

Tints of Lilac Bush #8965BD

RGB

 RED value IS 137 (53.91% from 255) = 32.08%

 GREEN value IS 101 (39.84% from 255) = 23.65%

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 32.08%
G = 23.65%
B = 44.26%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8965BD (or 0x8965BD) is known color: Lilac Bush. HEX triplet: 89, 65 and BD. RGB value is (137,101,189). Sum of RGB (Red+Green+Blue) = 137+101+189=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #8965BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965BD is #769A42. Grayscale: #797979. Windows color (decimal): -7772739 or 12412297. OLE color: 12412297.

HSL color Cylindrical-coordinate representation of color #8965BD: hue angle of 264.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8965BD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 101 189 -
CMYK 0.28 0.47 0 0.26
HSL 264.55º 0.4% 0.57% -
HSV(B) 264.55º 0.47% 0.74% -
XYZ 24.16 18.3 50.4 -
YUV 121.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 137 101 189 0.28 0.47 0 0.26 264.55 0.4 0.57
Hex 89 65 BD 1C 2F 0 1A 109 28 39
Octal 211 145 275 34 57 0 32 411 50 71
Binary 10001001 1100101 10111101 11100 101111 0 11010 100001001 101000 111001

Color Harmonies of #8965BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965BD

Black with #8965BD

Text Example


Text Example

White with #8965BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8965BD; }

 p { color: rgb(137,101,189); }

 H1.HeaderClassName
 {
   color: #8965BD;
 }
 .AnyTagClassName
 {
   color: #8965BD;
 }
</style>

background-color css

<style>
 a { background-color: #8965BD; }

 a { background-color: rgb(137,101,189); }

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

border-color css

<style>
 span { border-color: #8965BD; }

 span { border-color: rgb(137,101,189); }

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