#8D6DBF

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

Shades of Lilac Bush #8D6DBF

Tints of Lilac Bush #8D6DBF

Color information

#8D6DBF (or 0x8D6DBF) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6D and BF. RGB value is (141,109,191). Sum of RGB (Red+Green+Blue) = 141+109+191=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DBF is #729240. Grayscale: #7F7F7F. Windows color (decimal): -7508545 or 12545421. OLE color: 12545421.

HSL color Cylindrical-coordinate representation of color #8D6DBF: hue angle of 263.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6DBF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141109191-
CMYK0.260.4300.25
HSL263.41º39.05%58.82%-
HSV(B)263.41º42.93%74.9%-
XYZ25.8620.3651.86-
YUV127.92163.6137.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 191 (75% from 255) = 43.31%
R=31.97%
G=24.72%
B=43.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411091910.260.4300.25263.4139.0558.82
Hex8D6DBF1A2B019107273b
Octal21515527732530314074773
Binary1000110111011011011111111010101011011001100000111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6DBF; }

 p { color: rgb(141,109,191); }

 H1.HeaderClassName
 {
   color: #8D6DBF;
 }
 .AnyTagClassName
 {
   color: #8D6DBF;
 }
</style>
background-color css

<style>
 a { background-color: #8D6DBF; }

 a { background-color: rgb(141,109,191); }

 div.DivClassName
 {
   background-color: #8D6DBF;
 }
 .BgClassName
 {
   background-color: #8D6DBF;
 }
</style>
border-color css

<style>
 span { border-color: #8D6DBF; }

 span { border-color: rgb(141,109,191); }

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