Html Css Color HEX #8966BE Lilac Bush

📋 copy color: '#8966BE'

red 137 ◦ green 102 ◦ blue 190

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

Shades of Lilac Bush #8966BE

Tints of Lilac Bush #8966BE

RGB

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

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

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

R = 31.93%
G = 23.78%
B = 44.29%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8966BE (or 0x8966BE) is known color: Lilac Bush. HEX triplet: 89, 66 and BE. RGB value is (137,102,190). Sum of RGB (Red+Green+Blue) = 137+102+190=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #8966BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966BE is #769941. Grayscale: #7A7A7A. Windows color (decimal): -7772482 or 12478089. OLE color: 12478089.

HSL color Cylindrical-coordinate representation of color #8966BE: hue angle of 263.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8966BE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 102 190 -
CMYK 0.28 0.46 0 0.25
HSL 263.86º 0.4% 0.57% -
HSV(B) 263.86º 0.46% 0.75% -
XYZ 24.36 18.54 51.01 -
YUV 122.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 137 102 190 0.28 0.46 0 0.25 263.86 0.4 0.57
Hex 89 66 BE 1C 2E 0 19 108 28 39
Octal 211 146 276 34 56 0 31 410 50 71
Binary 10001001 1100110 10111110 11100 101110 0 11001 100001000 101000 111001

Color Harmonies of #8966BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966BE

Black with #8966BE

Text Example


Text Example

White with #8966BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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