#8D6BB7

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

Shades of Lilac Bush #8D6BB7

Tints of Lilac Bush #8D6BB7

Color information

#8D6BB7 (or 0x8D6BB7) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6B and B7. RGB value is (141,107,183). Sum of RGB (Red+Green+Blue) = 141+107+183=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D6BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BB7 is #729448. Grayscale: #7D7D7D. Windows color (decimal): -7509065 or 12020621. OLE color: 12020621.

HSL color Cylindrical-coordinate representation of color #8D6BB7: hue angle of 266.84º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6BB7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB141107183-
CMYK0.230.4200.28
HSL266.84º34.55%56.86%-
HSV(B)266.84º41.53%71.76%-
XYZ24.7919.647.28-
YUV125.83160.26138.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.71%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 183 (71.88% from 255) = 42.46%
R=32.71%
G=24.83%
B=42.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411071830.230.4200.28266.8434.5556.86
Hex8D6BB7172A01C10b2339
Octal21515326727520344134371
Binary1000110111010111011011110111101010011100100001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,107,183); }

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

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

 a { background-color: rgb(141,107,183); }

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

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

 span { border-color: rgb(141,107,183); }

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