Html Css Color HEX #8965BB Lilac Bush

📋 copy color: '#8965BB'

red 137 ◦ green 101 ◦ blue 187

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

Shades of Lilac Bush #8965BB

Tints of Lilac Bush #8965BB

RGB

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

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

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

R = 32.24%
G = 23.76%
B = 44%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8965BB (or 0x8965BB) is known color: Lilac Bush. HEX triplet: 89, 65 and BB. RGB value is (137,101,187). Sum of RGB (Red+Green+Blue) = 137+101+187=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #8965BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965BB is #769A44. Grayscale: #797979. Windows color (decimal): -7772741 or 12281225. OLE color: 12281225.

HSL color Cylindrical-coordinate representation of color #8965BB: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8965BB is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 101 187 -
CMYK 0.27 0.46 0 0.27
HSL 265.12º 0.39% 0.56% -
HSV(B) 265.12º 0.46% 0.73% -
XYZ 23.94 18.21 49.27 -
YUV 121.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 137 101 187 0.27 0.46 0 0.27 265.12 0.39 0.56
Hex 89 65 BB 1B 2E 0 1B 109 27 38
Octal 211 145 273 33 56 0 33 411 47 70
Binary 10001001 1100101 10111011 11011 101110 0 11011 100001001 100111 111000

Color Harmonies of #8965BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965BB

Black with #8965BB

Text Example


Text Example

White with #8965BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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