Html Css Color HEX #8966BC Lilac Bush

📋 copy color: '#8966BC'

red 137 ◦ green 102 ◦ blue 188

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

Shades of Lilac Bush #8966BC

Tints of Lilac Bush #8966BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 32.08%
G = 23.89%
B = 44.03%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8966BC (or 0x8966BC) is known color: Lilac Bush. HEX triplet: 89, 66 and BC. RGB value is (137,102,188). Sum of RGB (Red+Green+Blue) = 137+102+188=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8966BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966BC is #769943. Grayscale: #797979. Windows color (decimal): -7772484 or 12347017. OLE color: 12347017.

HSL color Cylindrical-coordinate representation of color #8966BC: hue angle of 264.42º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8966BC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 102 188 -
CMYK 0.27 0.46 0 0.26
HSL 264.42º 0.39% 0.57% -
HSV(B) 264.42º 0.46% 0.74% -
XYZ 24.15 18.45 49.87 -
YUV 122.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 137 102 188 0.27 0.46 0 0.26 264.42 0.39 0.57
Hex 89 66 BC 1B 2E 0 1A 108 27 39
Octal 211 146 274 33 56 0 32 410 47 71
Binary 10001001 1100110 10111100 11011 101110 0 11010 100001000 100111 111001

Color Harmonies of #8966BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966BC

Black with #8966BC

Text Example


Text Example

White with #8966BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8966BC; }

 p { color: rgb(137,102,188); }

 H1.HeaderClassName
 {
   color: #8966BC;
 }
 .AnyTagClassName
 {
   color: #8966BC;
 }
</style>

background-color css

<style>
 a { background-color: #8966BC; }

 a { background-color: rgb(137,102,188); }

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

border-color css

<style>
 span { border-color: #8966BC; }

 span { border-color: rgb(137,102,188); }

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