#8C6DBD

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

Shades of Lilac Bush #8C6DBD

Tints of Lilac Bush #8C6DBD

Color information

#8C6DBD (or 0x8C6DBD) is unknown color: approx Lilac Bush. HEX triplet: 8C, 6D and BD. RGB value is (140,109,189). Sum of RGB (Red+Green+Blue) = 140+109+189=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 109 (42.97% from 255 or 24.89% 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 #8C6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DBD is #739242. Grayscale: #7F7F7F. Windows color (decimal): -7574083 or 12414348. OLE color: 12414348.

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

Color convert

RGB140109189-
CMYK0.260.4200.26
HSL263.25º37.74%58.43%-
HSV(B)263.25º42.33%74.12%-
XYZ25.4720.1950.7-
YUV127.39162.77137-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=31.96%
G=24.89%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401091890.260.4200.26263.2537.7458.43
Hex8C6DBD1A2A01A107263a
Octal21415527532520324074672
Binary1000110011011011011110111010101010011010100000111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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