#8D6BC0

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

Shades of Lilac Bush #8D6BC0

Tints of Lilac Bush #8D6BC0

Color information

#8D6BC0 (or 0x8D6BC0) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6B and C0. RGB value is (141,107,192). Sum of RGB (Red+Green+Blue) = 141+107+192=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BC0 is #72943F. Grayscale: #7E7E7E. Windows color (decimal): -7509056 or 12610445. OLE color: 12610445.

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

Color convert

RGB141107192-
CMYK0.270.4400.25
HSL264º40.28%58.63%-
HSV(B)264º44.27%75.29%-
XYZ25.7619.9852.37-
YUV126.86164.76138.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=32.05%
G=24.32%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411071920.270.4400.2526440.2858.63
Hex8D6BC01B2C019108283b
Octal21515330033540314105073
Binary1000110111010111100000011011101100011001100001000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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