#8D6DBC

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

Shades of Lilac Bush #8D6DBC

Tints of Lilac Bush #8D6DBC

Color information

#8D6DBC (or 0x8D6DBC) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6D and BC. RGB value is (141,109,188). Sum of RGB (Red+Green+Blue) = 141+109+188=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D6DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DBC is #729243. Grayscale: #7F7F7F. Windows color (decimal): -7508548 or 12348813. OLE color: 12348813.

HSL color Cylindrical-coordinate representation of color #8D6DBC: hue angle of 264.3º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6DBC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141109188-
CMYK0.250.4200.26
HSL264.3º37.09%58.24%-
HSV(B)264.3º42.02%73.73%-
XYZ25.5320.2350.14-
YUV127.57162.1137.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=32.19%
G=24.89%
B=42.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411091880.250.4200.26264.337.0958.24
Hex8D6DBC192A01A108253a
Octal21515527431520324104572
Binary1000110111011011011110011001101010011010100001000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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