#8C6CBE

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

Shades of Lilac Bush #8C6CBE

Tints of Lilac Bush #8C6CBE

Color information

#8C6CBE (or 0x8C6CBE) is unknown color: approx Lilac Bush. HEX triplet: 8C, 6C and BE. RGB value is (140,108,190). Sum of RGB (Red+Green+Blue) = 140+108+190=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CBE is #739341. Grayscale: #7E7E7E. Windows color (decimal): -7574338 or 12479628. OLE color: 12479628.

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

Color convert

RGB140108190-
CMYK0.260.4300.25
HSL263.41º38.68%58.43%-
HSV(B)263.41º43.16%74.51%-
XYZ25.4720.0251.24-
YUV126.92163.6137.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=31.96%
G=24.66%
B=43.38%

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
Decimal1401081900.260.4300.25263.4138.6858.43
Hex8C6CBE1A2B019107273a
Octal21415427632530314074772
Binary1000110011011001011111011010101011011001100000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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