#8C6DBE

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

Shades of Lilac Bush #8C6DBE

Tints of Lilac Bush #8C6DBE

Color information

#8C6DBE (or 0x8C6DBE) is unknown color: approx Lilac Bush. HEX triplet: 8C, 6D and BE. RGB value is (140,109,190). Sum of RGB (Red+Green+Blue) = 140+109+190=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DBE is #739241. Grayscale: #7F7F7F. Windows color (decimal): -7574082 or 12479884. OLE color: 12479884.

HSL color Cylindrical-coordinate representation of color #8C6DBE: hue angle of 262.96º degrees, saturation: 0.38, 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 #8C6DBE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140109190-
CMYK0.260.4300.25
HSL262.96º38.39%58.63%-
HSV(B)262.96º42.63%74.51%-
XYZ25.5820.2351.27-
YUV127.5163.27136.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=31.89%
G=24.83%
B=43.28%

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
Decimal1401091900.260.4300.25262.9638.3958.63
Hex8C6DBE1A2B019107263b
Octal21415527632530314074673
Binary1000110011011011011111011010101011011001100000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,190); }

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

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

 a { background-color: rgb(140,109,190); }

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

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

 span { border-color: rgb(140,109,190); }

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