#8D6CBD

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

Shades of Lilac Bush #8D6CBD

Tints of Lilac Bush #8D6CBD

Color information

#8D6CBD (or 0x8D6CBD) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6C and BD. RGB value is (141,108,189). Sum of RGB (Red+Green+Blue) = 141+108+189=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D6CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CBD is #729342. Grayscale: #7E7E7E. Windows color (decimal): -7508803 or 12414093. OLE color: 12414093.

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

Color convert

RGB141108189-
CMYK0.250.4300.26
HSL264.44º38.03%58.24%-
HSV(B)264.44º42.86%74.12%-
XYZ25.5320.0650.67-
YUV127.1162.93137.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=32.19%
G=24.66%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411081890.250.4300.26264.4438.0358.24
Hex8D6CBD192B01A108263a
Octal21515427531530324104672
Binary1000110111011001011110111001101011011010100001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,189); }

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

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

 a { background-color: rgb(141,108,189); }

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

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

 span { border-color: rgb(141,108,189); }

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