#8966BE

Color #8966BE Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #8966BE

Tints of Lilac Bush #8966BE

Color information

#8966BE (or 0x8966BE) is unknown color: approx 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

RGB137102190-
CMYK0.280.4600.25
HSL263.86º40.37%57.25%-
HSV(B)263.86º46.32%74.51%-
XYZ24.3618.5451.01-
YUV122.5166.1138.34-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371021900.280.4600.25263.8640.3757.25
Hex8966BE1C2E0191082839
Octal21114627634560314105071
Binary1000100111001101011111011100101110011001100001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>